mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 03:52:45 +01:00
SPIGOT-3302: Armor stands not dropping armor
By: md_5 <git@md-5.net>
This commit is contained in:
parent
ea595a5dcf
commit
f1d918e0ec
1 changed files with 8 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue