fix summary for AX combat zones

This commit is contained in:
Florian Stinglmayr 2023-02-26 22:01:13 +01:00
parent 0665e64459
commit a13e8446d2

View File

@ -47,8 +47,8 @@ public class ThargoidFormatter : LogFormatter {
builder.AppendFormat("{0} INT", interceptors);
}
if (scouts > 0) {
if (builder.Length> 0) {
builder.Append(", ");
if (interceptors > 0) {
builder.Append(" + ");
}
builder.AppendFormat("{0} SCT", scouts);
}