don't add faction for combat zone

This commit is contained in:
Florian Stinglmayr 2022-11-26 01:29:50 +01:00
parent aa7f0bcd1a
commit 8d95a42698

View File

@ -29,7 +29,6 @@ public class CombatZone : Transaction {
}
public override string ToString() {
return string.Format("Won {0} x {1} {2} Combat Zone(s) for {3}",
Amount, Grade, Type, Faction);
return string.Format("Won {0} x {1} {2} Combat Zone(s)", Amount, Grade, Type);
}
}