Fix STOP_USE_ITEM

This commit is contained in:
fullwall 2016-03-26 01:47:12 +08:00
parent ae58175abe
commit ec87419554

View File

@ -154,7 +154,7 @@ public enum PlayerAnimation {
STOP_USE_ITEM {
@Override
protected void playAnimation(EntityPlayer player, int radius) {
player.f(false);
player.cz();
sendPacketNearby(new PacketPlayOutEntityMetadata(player.getId(), player.getDataWatcher(), true), player,
radius);
}