Fix MC-10657

This commit is contained in:
FatSaw
2022-07-31 06:59:11 +03:00
parent 947b22892c
commit adf961666a

View File

@@ -1156,6 +1156,7 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
this.getDataWatcher().set(EntityPlayer.br, entityplayer.getDataWatcher().get(EntityPlayer.br));
this.lastSentExp = -1;
this.lastHealthSent = -1.0F;
setSneaking(false); // NeonPaper - fix MC-10657
this.ch = -1;
// this.cr.a((RecipeBook) entityplayer.cr); // CraftBukkit
// Paper start - Optimize remove queue