Updated for new version of durability fix.

This commit is contained in:
sk89q 2010-11-21 01:13:33 -08:00
parent c3eef60672
commit bc70678387

View File

@ -351,7 +351,7 @@ public boolean onItemDrop(Player player, Item item) {
}
if (!itemDurability) {
item.setHealth(0);
item.setDamage(0);
}
return false;