diff --git a/nms-patches/EntityArmorStand.patch b/nms-patches/EntityArmorStand.patch index f0135822d8..b89cca72a7 100644 --- a/nms-patches/EntityArmorStand.patch +++ b/nms-patches/EntityArmorStand.patch @@ -114,3 +114,11 @@ this.bz.set(i, ItemStack.a); } } +@@ -601,6 +630,7 @@ + } + + public void killEntity() { ++ org.bukkit.craftbukkit.event.CraftEventFactory.callEntityDeathEvent(this, drops); // CraftBukkit - call event + this.die(); + } +