mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-01-19 16:59:36 +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() {
|
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…
x
Reference in New Issue
Block a user