From 2a5c62f3fc6fb763274a667dc7b5d51be6746e7e Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 31 Jul 2018 16:41:33 -0500 Subject: [PATCH] [CI-SKIP] Add paper comment to last patch edit --- .../0343-Ignore-Dead-Entities-in-entityList-iteration.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/0343-Ignore-Dead-Entities-in-entityList-iteration.patch b/Spigot-Server-Patches/0343-Ignore-Dead-Entities-in-entityList-iteration.patch index d73bf5d91..857c1498a 100644 --- a/Spigot-Server-Patches/0343-Ignore-Dead-Entities-in-entityList-iteration.patch +++ b/Spigot-Server-Patches/0343-Ignore-Dead-Entities-in-entityList-iteration.patch @@ -42,7 +42,7 @@ index 0dca11b2c..dadd4b839 100644 } entity.valid = true; // CraftBukkit -+ entity.shouldBeRemoved = false; ++ entity.shouldBeRemoved = false; // Paper - shouldn't be removed after being re-added new com.destroystokyo.paper.event.entity.EntityAddToWorldEvent(entity.getBukkitEntity()).callEvent(); // Paper - fire while valid }