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