From 9cebd487f720cdcf14ff99cba47dbe86ba843fa3 Mon Sep 17 00:00:00 2001 From: fullwall Date: Tue, 14 Feb 2023 00:47:57 +0800 Subject: [PATCH] Need to set zza --- .../net/citizensnpcs/nms/v1_19_R2/util/PlayerMoveControl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1_19_R2/src/main/java/net/citizensnpcs/nms/v1_19_R2/util/PlayerMoveControl.java b/v1_19_R2/src/main/java/net/citizensnpcs/nms/v1_19_R2/util/PlayerMoveControl.java index 0b69f561f..f78541a63 100644 --- a/v1_19_R2/src/main/java/net/citizensnpcs/nms/v1_19_R2/util/PlayerMoveControl.java +++ b/v1_19_R2/src/main/java/net/citizensnpcs/nms/v1_19_R2/util/PlayerMoveControl.java @@ -121,7 +121,7 @@ public class PlayerMoveControl extends MoveControl { } float movement = (float) (this.speedMod * this.entity.getAttribute(Attributes.MOVEMENT_SPEED).getValue()); this.entity.setSpeed(movement); - // this.entity.zza = movement; + this.entity.zza = movement; if (shouldJump() || (dY >= NMS.getStepHeight(entity.getBukkitEntity()) && dXZ < 0.4D)) { this.jumpTicks = jumpTicks(); this.jumpTicks /= 3;