mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-01-19 08:55:25 +01:00
Merge pull request #389 from LaxWasHere/patch-1
30 secs is 600 ticks. Don't lie.
This commit is contained in:
commit
6e9be620e0
@ -473,7 +473,7 @@ public class BukkitHybridUtils extends HybridUtils {
|
||||
public void run() {
|
||||
scheduleRoadUpdate(world, regions, extend);
|
||||
}
|
||||
}, 2400);
|
||||
}, 600);
|
||||
return;
|
||||
}
|
||||
if (System.currentTimeMillis() - last < 1000) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user