From 1475f3a06135e5bb65455748650ab608475a5980 Mon Sep 17 00:00:00 2001 From: Atsuihsio <842960157@qq.com> Date: Wed, 13 Nov 2024 00:29:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BF=AB=E5=87=BB=E7=82=AE?= =?UTF-8?q?=E5=A4=A7=E9=99=80=E8=9E=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/net/mcreator/superbwarfare/entity/MortarEntity.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/net/mcreator/superbwarfare/entity/MortarEntity.java b/src/main/java/net/mcreator/superbwarfare/entity/MortarEntity.java index 7ed321db7..015092c5a 100644 --- a/src/main/java/net/mcreator/superbwarfare/entity/MortarEntity.java +++ b/src/main/java/net/mcreator/superbwarfare/entity/MortarEntity.java @@ -232,7 +232,6 @@ public class MortarEntity extends Entity implements GeoEntity, AnimatedEntity { @Override public void lerpTo(double x, double y, double z, float yaw, float pitch, int interpolationSteps, boolean interpolate) { - serverYRot = yaw; serverXRot = pitch; this.interpolationSteps = 10; }