diff --git a/core/src/mindustry/type/Weapon.java b/core/src/mindustry/type/Weapon.java index 89ec735999..4e4ca3b375 100644 --- a/core/src/mindustry/type/Weapon.java +++ b/core/src/mindustry/type/Weapon.java @@ -151,7 +151,7 @@ public class Weapon implements Cloneable{ t.row(); t.add("[lightgray]" + Stat.inaccuracy.localized() + ": [white]" + (int)inaccuracy + " " + StatUnit.degrees.localized()); } - if(reload > 0){ + if(!alwaysContinuous && reload > 0){ t.row(); t.add("[lightgray]" + Stat.reload.localized() + ": " + (mirror ? "2x " : "") + "[white]" + Strings.autoFixed(60f / reload * shoot.shots, 2) + " " + StatUnit.perSecond.localized()); } diff --git a/servers_v6.json b/servers_v6.json index 2627abe52c..4027e5c369 100644 --- a/servers_v6.json +++ b/servers_v6.json @@ -145,6 +145,6 @@ }, { "name": "AAS", - "address": ["fi01.optik.host:28453"] + "address": ["fi01.optik.host:28453", "n1.yeet.ml:6577"] } ]