mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-02 21:17:00 +01:00
SPIGOT-5195 (#2): Player loot table does not drop when keepInventory is on
This commit is contained in:
parent
c88867e4fc
commit
3e7b3862c7
1 changed files with 0 additions and 4 deletions
|
@ -712,10 +712,6 @@ public class CraftEventFactory {
|
|||
victim.expToDrop = event.getDroppedExp();
|
||||
victim.newExp = event.getNewExp();
|
||||
|
||||
if (event.getKeepInventory()) {
|
||||
return event;
|
||||
}
|
||||
|
||||
for (org.bukkit.inventory.ItemStack stack : event.getDrops()) {
|
||||
if (stack == null || stack.getType() == Material.AIR) continue;
|
||||
|
||||
|
|
Loading…
Reference in a new issue