diff --git a/pom.xml b/pom.xml index 1f30ee5..1afcf3d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.wimbli.WorldBorder WorldBorder - 1.7.3 + 1.7.5 WorldBorder https://github.com/Brettflan/WorldBorder @@ -30,7 +30,7 @@ org.bukkit bukkit - 1.6.1-R0.1-SNAPSHOT + 1.6.2-R0.1-SNAPSHOT org.dynmap diff --git a/src/main/java/com/wimbli/WorldBorder/WorldTrimTask.java b/src/main/java/com/wimbli/WorldBorder/WorldTrimTask.java index 806ac2c..7d0d705 100644 --- a/src/main/java/com/wimbli/WorldBorder/WorldTrimTask.java +++ b/src/main/java/com/wimbli/WorldBorder/WorldTrimTask.java @@ -113,7 +113,7 @@ public class WorldTrimTask implements Runnable if (now > lastReport + 5000) reportProgress(); - // if this iteration has been running for 45ms (almost 1 tick) or more, stop to take a breather + // if this iteration has been running for 45ms (almost 1 tick) or more, stop to take a breather; shouldn't normally be possible with Trim, but just in case if (now > loopStartTime + 45) { readyToGo = true;