Another try at 1.9 chunk freeze workaround - avoid unloadChunk API
This commit is contained in:
parent
eecef06684
commit
95ba9b9521
3 changed files with 18 additions and 1 deletions
|
|
@ -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; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue