Removed extra eat call. Fixes BUKKIT-4462

This commit is contained in:
EvilSeph 2013-07-04 19:19:04 -04:00
parent fdd53f9ddc
commit 2d9a9d8cea

View File

@ -39,7 +39,6 @@ public class ItemFood extends Item {
((EntityPlayer) entityhuman).playerConnection.sendPacket(new Packet8UpdateHealth(entityhuman.getHealth(), entityhuman.getFoodData().foodLevel, entityhuman.getFoodData().saturationLevel));
// CraftBukkit end
entityhuman.getFoodData().a(this);
world.makeSound(entityhuman, "random.burp", 0.5F, world.random.nextFloat() * 0.1F + 0.9F);
this.c(itemstack, world, entityhuman);
return itemstack;