Fixed PacketManagerItem not using the correct method

This commit is contained in:
DarkGuardsman 2013-12-31 14:20:29 -05:00
parent 5fd2c955f5
commit b9fd994e89

View file

@ -49,7 +49,7 @@ public class PacketManagerItem implements IPacketManager
} }
else if (slot == -1) else if (slot == -1)
{ {
stack = entityPlayer.getHeldItem(); stack = entityPlayer.inventory.getCurrentItem();
} }
if (stack != null & stack.getItem() != null) if (stack != null & stack.getItem() != null)
{ {