Fix isSneaking bugged in 1.12 and 1.13
This commit is contained in:
		| @@ -399,8 +399,10 @@ public class FlagWatcher { | ||||
|         setEntityFlag(1, setSneaking); | ||||
|         sendData(MetaIndex.ENTITY_META); | ||||
|  | ||||
|         if (NmsVersion.v1_14.isSupported()) { | ||||
|             updatePose(); | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     public boolean isSprinting() { | ||||
|         return getEntityFlag(3); | ||||
| @@ -615,6 +617,7 @@ public class FlagWatcher { | ||||
|         updatePose(); | ||||
|     } | ||||
|  | ||||
|     @NmsAddedIn(val = NmsVersion.v1_14) | ||||
|     protected void updatePose() { | ||||
|         if (isSleeping()) { | ||||
|             setEntityPose(EntityPose.SLEEPING); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user