diff --git a/nms-patches/EntityPlayer.patch b/nms-patches/EntityPlayer.patch index 5b01aa9c8d..08574ea9a9 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 @@ }