From 99a10e1fca8ddce43ef47c5b1f39b38ee8ade717 Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Sun, 11 May 2025 23:27:37 +0800 Subject: [PATCH] =?UTF-8?q?bmp=E5=A2=9E=E5=8A=A0=E4=B8=BA7=E5=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/atsuishio/superbwarfare/entity/vehicle/Bmp2Entity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Bmp2Entity.java b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Bmp2Entity.java index 8b78eb88c..4631def2a 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Bmp2Entity.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Bmp2Entity.java @@ -535,7 +535,7 @@ public class Bmp2Entity extends ContainerMobileVehicleEntity implements GeoEntit } public int getMaxPassengers() { - return 5; + return 7; } @Override