Update CraftBukkit to Minecraft 1.5.2
This commit is contained in:
@@ -219,7 +219,7 @@ public abstract class Packet {
|
||||
dataoutputstream.writeShort(itemstack.getData());
|
||||
NBTTagCompound nbttagcompound = null;
|
||||
|
||||
if (itemstack.getItem().o() || itemstack.getItem().r()) {
|
||||
if (itemstack.getItem().usesDurability() || itemstack.getItem().r()) {
|
||||
nbttagcompound = itemstack.tag;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user