mirror of
https://github.com/Brettflan/WorldBorder.git
synced 2025-01-08 17:08:09 +01:00
additional bits for release 1.7.5
This commit is contained in:
parent
68bb624e20
commit
6c2d705769
4
pom.xml
4
pom.xml
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.wimbli.WorldBorder</groupId>
|
<groupId>com.wimbli.WorldBorder</groupId>
|
||||||
<artifactId>WorldBorder</artifactId>
|
<artifactId>WorldBorder</artifactId>
|
||||||
<version>1.7.3</version>
|
<version>1.7.5</version>
|
||||||
<name>WorldBorder</name>
|
<name>WorldBorder</name>
|
||||||
<url>https://github.com/Brettflan/WorldBorder</url>
|
<url>https://github.com/Brettflan/WorldBorder</url>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
@ -30,7 +30,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
<artifactId>bukkit</artifactId>
|
<artifactId>bukkit</artifactId>
|
||||||
<version>1.6.1-R0.1-SNAPSHOT</version>
|
<version>1.6.2-R0.1-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dynmap</groupId>
|
<groupId>org.dynmap</groupId>
|
||||||
|
@ -113,7 +113,7 @@ public class WorldTrimTask implements Runnable
|
|||||||
if (now > lastReport + 5000)
|
if (now > lastReport + 5000)
|
||||||
reportProgress();
|
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)
|
if (now > loopStartTime + 45)
|
||||||
{
|
{
|
||||||
readyToGo = true;
|
readyToGo = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user