mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-27 13:06:02 +01:00
Removed extra eat call. Fixes BUKKIT-4462
This commit is contained in:
parent
fdd53f9ddc
commit
2d9a9d8cea
@ -39,7 +39,6 @@ public class ItemFood extends Item {
|
|||||||
((EntityPlayer) entityhuman).playerConnection.sendPacket(new Packet8UpdateHealth(entityhuman.getHealth(), entityhuman.getFoodData().foodLevel, entityhuman.getFoodData().saturationLevel));
|
((EntityPlayer) entityhuman).playerConnection.sendPacket(new Packet8UpdateHealth(entityhuman.getHealth(), entityhuman.getFoodData().foodLevel, entityhuman.getFoodData().saturationLevel));
|
||||||
// CraftBukkit end
|
// CraftBukkit end
|
||||||
|
|
||||||
entityhuman.getFoodData().a(this);
|
|
||||||
world.makeSound(entityhuman, "random.burp", 0.5F, world.random.nextFloat() * 0.1F + 0.9F);
|
world.makeSound(entityhuman, "random.burp", 0.5F, world.random.nextFloat() * 0.1F + 0.9F);
|
||||||
this.c(itemstack, world, entityhuman);
|
this.c(itemstack, world, entityhuman);
|
||||||
return itemstack;
|
return itemstack;
|
||||||
|
Loading…
Reference in New Issue
Block a user