Sound fix

This commit is contained in:
dginovker
2019-06-19 16:28:34 -04:00
parent 8d2f927bbb
commit a49096e15c
9 changed files with 36 additions and 45 deletions
@@ -170,9 +170,6 @@ public int itemAmount(String name, int itemId, int itemX, int itemY) {
}
}
}
if (player.isDead == false) {
return;
}
if (!redone.game.items.Item.itemStackable[itemId] && itemAmount > 0) {
for (int j = 0; j < itemAmount; j++) {
player.getActionSender().createGroundItem(itemId, itemX, itemY, 1);