Update CraftBukkit to Minecraft 1.5.2

This commit is contained in:
Travis Watkins
2013-04-27 04:40:05 -05:00
parent 83c3aa188b
commit 799779e4b1
53 changed files with 317 additions and 268 deletions

View File

@@ -158,7 +158,7 @@ public final class ItemStack {
return;
}
if (!(this.usesData() || Item.byId[this.id].o() || this.id > 255)) { // Should be usesDurability
if (!(this.usesData() || Item.byId[this.id].usesDurability() || this.id > 255)) {
i = 0;
}