mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
30 secs is 600 ticks. Don't lie.
This commit is contained in:
parent
5b9fe1960b
commit
ac45c10cf7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue