fix formatting of combat zones
This commit is contained in:
@@ -91,7 +91,7 @@ public class CombatZone : Transaction {
|
||||
}
|
||||
|
||||
public override string ToString() {
|
||||
if (Grade != null) {
|
||||
if (!string.IsNullOrEmpty(Grade)) {
|
||||
return string.Format("Won {0} {1} Combat Zone", Grade, Type);
|
||||
} else {
|
||||
return string.Format("Won {0} Combat Zone", Type);
|
||||
|
||||
Reference in New Issue
Block a user