From 24b04c117699367438c6a0eccb1a05eaa7fa4983 Mon Sep 17 00:00:00 2001 From: Light_Quanta Date: Sun, 13 Jul 2025 20:39:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E9=87=8D=E6=96=B0=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E6=97=B6=E6=AD=A3=E7=A1=AE=E6=98=BE=E7=A4=BAType63=E8=A3=85?= =?UTF-8?q?=E8=BD=BD=E5=BC=B9=E8=8D=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/atsuishio/superbwarfare/entity/vehicle/Type63Entity.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Type63Entity.java b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Type63Entity.java index a6d53570d..3d31e855b 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Type63Entity.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Type63Entity.java @@ -114,6 +114,7 @@ public class Type63Entity extends ContainerMobileVehicleEntity implements GeoEnt super.readAdditionalSaveData(compound); this.entityData.set(PITCH, compound.getFloat("Pitch")); this.entityData.set(YAW, compound.getFloat("Yaw")); + setChanged(); } @Override