mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-26 12:35:15 +01:00
30 secs is 600 ticks. Don't lie.
This commit is contained in:
parent
5b9fe1960b
commit
ac45c10cf7
@ -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…
Reference in New Issue
Block a user