bmp增加为7座

This commit is contained in:
17146 2025-05-11 23:27:37 +08:00 committed by Light_Quanta
parent 12b5fabca2
commit 99a10e1fca
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959

View file

@ -535,7 +535,7 @@ public class Bmp2Entity extends ContainerMobileVehicleEntity implements GeoEntit
}
public int getMaxPassengers() {
return 5;
return 7;
}
@Override