修复配置项错误

This commit is contained in:
17146 2025-05-10 22:12:43 +08:00 committed by Light_Quanta
parent fb32159f29
commit 0720a96dce
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959

View file

@ -489,8 +489,8 @@ public class VehicleConfig {
builder.comment("The cannon explosion damage of A-10"); builder.comment("The cannon explosion damage of A-10");
A_10_CANNON_EXPLOSION_DAMAGE = builder.defineInRange("A_10_cannon_explosion_damage", 10, 1, 10000000); A_10_CANNON_EXPLOSION_DAMAGE = builder.defineInRange("A_10_cannon_explosion_damage", 10, 1, 10000000);
builder.comment("The cannon explosion damage of A-10"); builder.comment("The cannon explosion radius of A-10");
A_10_CANNON_EXPLOSION_RADIUS = builder.defineInRange("A_10_cannon_explosion_damage", 4d, 1, 10000000); A_10_CANNON_EXPLOSION_RADIUS = builder.defineInRange("A_10_cannon_explosion_radius", 4d, 1, 10000000);
builder.comment("The rocket damage of A-10"); builder.comment("The rocket damage of A-10");
A_10_ROCKET_DAMAGE = builder.defineInRange("A_10_rocket_damage", 90, 1, 10000000); A_10_ROCKET_DAMAGE = builder.defineInRange("A_10_rocket_damage", 90, 1, 10000000);