Rebuild patches

This commit is contained in:
md_5 2016-03-19 14:46:10 +11:00
parent d72abafa8f
commit b2f9eaea66

View file

@ -122,7 +122,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
public boolean unloadChunk(int x, int z, boolean save, boolean safe) {
+ org.spigotmc.AsyncCatcher.catchOp( "chunk unload"); // Spigot
if (safe && isChunkInUse(x, z)) {
if (isChunkInUse(x, z)) {
return false;
}
@@ -0,0 +0,0 @@ public class CraftWorld implements World {