修复配置项错误
This commit is contained in:
parent
fb32159f29
commit
0720a96dce
1 changed files with 2 additions and 2 deletions
|
@ -489,8 +489,8 @@ public class VehicleConfig {
|
|||
builder.comment("The cannon explosion damage of A-10");
|
||||
A_10_CANNON_EXPLOSION_DAMAGE = builder.defineInRange("A_10_cannon_explosion_damage", 10, 1, 10000000);
|
||||
|
||||
builder.comment("The cannon explosion damage of A-10");
|
||||
A_10_CANNON_EXPLOSION_RADIUS = builder.defineInRange("A_10_cannon_explosion_damage", 4d, 1, 10000000);
|
||||
builder.comment("The cannon explosion radius of A-10");
|
||||
A_10_CANNON_EXPLOSION_RADIUS = builder.defineInRange("A_10_cannon_explosion_radius", 4d, 1, 10000000);
|
||||
|
||||
builder.comment("The rocket damage of A-10");
|
||||
A_10_ROCKET_DAMAGE = builder.defineInRange("A_10_rocket_damage", 90, 1, 10000000);
|
||||
|
|
Loading…
Add table
Reference in a new issue