mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
Merge pull request #389 from LaxWasHere/patch-1
30 secs is 600 ticks. Don't lie.
This commit is contained in:
commit
6e9be620e0
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ public class BukkitHybridUtils extends HybridUtils {
|
||||||
public void run() {
|
public void run() {
|
||||||
scheduleRoadUpdate(world, regions, extend);
|
scheduleRoadUpdate(world, regions, extend);
|
||||||
}
|
}
|
||||||
}, 2400);
|
}, 600);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (System.currentTimeMillis() - last < 1000) {
|
if (System.currentTimeMillis() - last < 1000) {
|
||||||
|
|
Loading…
Reference in a new issue