From b2f9eaea66a79755270ac7688fbd586c8d573d47 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 19 Mar 2016 14:46:10 +1100 Subject: [PATCH] Rebuild patches --- CraftBukkit-Patches/0008-Async-Operation-Catching.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CraftBukkit-Patches/0008-Async-Operation-Catching.patch b/CraftBukkit-Patches/0008-Async-Operation-Catching.patch index a3fc988f95..61f656e8c8 100644 --- a/CraftBukkit-Patches/0008-Async-Operation-Catching.patch +++ b/CraftBukkit-Patches/0008-Async-Operation-Catching.patch @@ -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 {