diff --git a/nms-patches/EntityArmorStand.patch b/nms-patches/EntityArmorStand.patch index 630bf070b4..cdbb8f82f2 100644 --- a/nms-patches/EntityArmorStand.patch +++ b/nms-patches/EntityArmorStand.patch @@ -88,7 +88,7 @@ this.f(damagesource); this.D(); - this.die(); -+ this.killEntity(); // CraftBukkit - this.die() -> this.killEntity() ++ this.die(); // CraftBukkit - SPIGOT-4890: remain as this.die() since above damagesource method will call death event } return true;