diff --git a/CraftBukkit-Patches/0156-Allow-Capping-Tile-Entity-Tick-Time.patch b/CraftBukkit-Patches/0156-Allow-Capping-Tile-Entity-Tick-Time.patch index eb8f1f276..572d5a746 100644 --- a/CraftBukkit-Patches/0156-Allow-Capping-Tile-Entity-Tick-Time.patch +++ b/CraftBukkit-Patches/0156-Allow-Capping-Tile-Entity-Tick-Time.patch @@ -65,6 +65,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 if (tileentity == null) { getServer().getLogger().severe("Spigot has detected a null entity and has removed it, preventing a crash"); - iterator.remove(); ++ tilesThisCycle--; + this.tileEntityList.remove(tileTickPosition--); continue; } @@ -74,6 +75,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 if (tileentity.x()) { - iterator.remove(); ++ tilesThisCycle--; + this.tileEntityList.remove(tileTickPosition--); this.h.remove(tileentity); if (this.isLoaded(tileentity.getPosition())) {