Another try at 1.9 chunk freeze workaround - avoid unloadChunk API

This commit is contained in:
Mike Primm 2016-04-08 00:25:30 -05:00
parent eecef06684
commit 95ba9b9521
3 changed files with 18 additions and 1 deletions

View file

@ -144,4 +144,8 @@ public abstract class BukkitVersionHelper {
* Get world border
*/
public Polygon getWorldBorder(World world) { return null; }
/**
* Test if broken unloadChunk
*/
public boolean isUnloadChunkBroken() { return false; }
}