From a5b3760b6d65cdf1e03f836a5810a3fa24e0e506 Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Sun, 10 May 2015 19:24:52 -0500 Subject: [PATCH] Rebuild patches --- Spigot-Server-Patches/Optimize-TileEntity-Ticking.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Spigot-Server-Patches/Optimize-TileEntity-Ticking.patch b/Spigot-Server-Patches/Optimize-TileEntity-Ticking.patch index a95545515b..0c61d196f4 100644 --- a/Spigot-Server-Patches/Optimize-TileEntity-Ticking.patch +++ b/Spigot-Server-Patches/Optimize-TileEntity-Ticking.patch @@ -130,6 +130,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 // Spigot start if (tileentity == null) { getServer().getLogger().severe("Spigot has detected a null entity and has removed it, preventing a crash"); +- tilesThisCycle--; - this.tileEntityList.remove(tileTickPosition--); + iterator.remove(); // PaperSpigot - Remove Spigot's TE handling in favor of our own continue; @@ -139,6 +140,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 } if (tileentity.x()) { +- tilesThisCycle--; - this.tileEntityList.remove(tileTickPosition--); + iterator.remove(); // PaperSpigot - Remove Spigot's TE handling in favor of our own this.h.remove(tileentity);