summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nms-patches/EntityPlayer.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/nms-patches/EntityPlayer.patch b/nms-patches/EntityPlayer.patch
index 5b01aa9c..08574ea9 100644
--- a/nms-patches/EntityPlayer.patch
+++ b/nms-patches/EntityPlayer.patch
@@ -516,6 +516,15 @@
public void a(IChatBaseComponent ichatbasecomponent, boolean flag) {
this.playerConnection.sendPacket(new PacketPlayOutChat(ichatbasecomponent, flag ? ChatMessageType.GAME_INFO : ChatMessageType.CHAT));
+@@ -880,7 +1071,7 @@
+ this.lastSentExp = -1;
+ this.lastHealthSent = -1.0F;
+ this.ci = -1;
+- this.cs.a((RecipeBook) entityplayer.cs);
++ // this.cs.a((RecipeBook) entityplayer.cs); // CraftBukkit
+ this.removeQueue.addAll(entityplayer.removeQueue);
+ this.cr = entityplayer.cr;
+ this.cw = entityplayer.cw;
@@ -939,6 +1130,18 @@
}