diff --git a/core/src/mindustry/world/meta/values/AmmoListValue.java b/core/src/mindustry/world/meta/values/AmmoListValue.java index 406d20a598..9a72a85a24 100644 --- a/core/src/mindustry/world/meta/values/AmmoListValue.java +++ b/core/src/mindustry/world/meta/values/AmmoListValue.java @@ -45,7 +45,7 @@ public class AmmoListValue implements StatValue{ if(type.damage > 0 && (type.collides || type.splashDamage <= 0)){ if(type.continuousDamage() > 0){ - bt.add(Core.bundle.format("bullet.damage", type.continuousDamage()) + " " + StatUnit.perSecond.localized()); + bt.add(Core.bundle.format("bullet.damage", type.continuousDamage()) + StatUnit.perSecond.localized()); }else{ bt.add(Core.bundle.format("bullet.damage", type.damage)); } diff --git a/gradle.properties b/gradle.properties index a9abe3e4ce..11e25f6aaa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=8bbe80acf688567b55aa549bf19d6aa76b2a0796 +archash=c3e170325ca836f1939653ffbc01e76de9c6eb35