summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockCake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockCake.patch')
-rw-r--r--nms-patches/BlockCake.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/BlockCake.patch b/nms-patches/BlockCake.patch
index 4830491d..cb5c7675 100644
--- a/nms-patches/BlockCake.patch
+++ b/nms-patches/BlockCake.patch
@@ -17,6 +17,6 @@
+
+ ((EntityPlayer) entityhuman).getBukkitEntity().sendHealthUpdate();
+ // CraftBukkit end
- int i = ((Integer) iblockdata.get(BlockCake.BITES)).intValue();
+ int i = (Integer) iblockdata.get(BlockCake.BITES);
if (i < 6) {