SPIGOT-3302: Armor stands not dropping armor

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2017-06-09 15:51:56 +10:00
parent ea595a5dcf
commit f1d918e0ec

View file

@ -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();
}