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