mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
SPIGOT-3302: Armor stands not dropping armor
This commit is contained in:
parent
bb4ae3b3b8
commit
1b3122eef1
@ -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 New Issue
Block a user