From 056a24c143573e659cd71fe3d00caf9e557c3423 Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Sun, 23 Feb 2025 03:20:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BD=BD=E5=85=B7=E8=83=BD?= =?UTF-8?q?=E8=A2=AB=E7=96=BE=E8=B7=91=E6=94=BB=E5=87=BB=E5=87=BB=E9=80=80?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../superbwarfare/entity/vehicle/VehicleEntity.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/VehicleEntity.java b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/VehicleEntity.java index 050286d2d..28bb8cf9e 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/VehicleEntity.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/VehicleEntity.java @@ -481,4 +481,9 @@ public class VehicleEntity extends Entity { public boolean allowFreeCam() { return false; } + + // 本方法留空 + @Override + public void push(double pX, double pY, double pZ) { + } }