From 6acff7d61d8b604da26ec00e60a25c00d55b221d Mon Sep 17 00:00:00 2001 From: Aikar Date: Sun, 20 Mar 2016 00:53:34 -0400 Subject: [PATCH] Disable Chunk Unload Queue Patch for now --- Spigot-Server-Patches/Add-World-Util-Methods.patch | 2 +- .../0090-Optimize-Chunk-Unload-Queue.patch | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Spigot-Server-Patches/Optimize-Chunk-Unload-Queue.patch => disabled-patches/0090-Optimize-Chunk-Unload-Queue.patch (100%) diff --git a/Spigot-Server-Patches/Add-World-Util-Methods.patch b/Spigot-Server-Patches/Add-World-Util-Methods.patch index f65f3cec1f..bcc2566515 100644 --- a/Spigot-Server-Patches/Add-World-Util-Methods.patch +++ b/Spigot-Server-Patches/Add-World-Util-Methods.patch @@ -20,7 +20,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + // Paper end + public Chunk getChunkIfLoaded(int x, int z) { - return ((ChunkProviderServer) this.chunkProvider).getLoadedChunkAtWithoutMarkingActive(x, z); // Paper - This is added by CB, and will not mark as active. Simply an alias + return ((ChunkProviderServer) this.chunkProvider).getChunkIfLoaded(x, z); } @@ -0,0 +0,0 @@ public abstract class World implements IBlockAccess { } diff --git a/Spigot-Server-Patches/Optimize-Chunk-Unload-Queue.patch b/disabled-patches/0090-Optimize-Chunk-Unload-Queue.patch similarity index 100% rename from Spigot-Server-Patches/Optimize-Chunk-Unload-Queue.patch rename to disabled-patches/0090-Optimize-Chunk-Unload-Queue.patch