mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-03 13:36:44 +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.expToDrop = event.getDroppedExp();
|
||||||
victim.newExp = event.getNewExp();
|
victim.newExp = event.getNewExp();
|
||||||
|
|
||||||
if (event.getKeepInventory()) {
|
|
||||||
return event;
|
|
||||||
}
|
|
||||||
|
|
||||||
for (org.bukkit.inventory.ItemStack stack : event.getDrops()) {
|
for (org.bukkit.inventory.ItemStack stack : event.getDrops()) {
|
||||||
if (stack == null || stack.getType() == Material.AIR) continue;
|
if (stack == null || stack.getType() == Material.AIR) continue;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue