ship is better than space

This commit is contained in:
2021-09-28 14:23:41 +02:00
parent 4b4b1a1161
commit 3b1fc79dba
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ namespace NonaBGS.BGS {
}
public override string ToString() {
return string.Format("Won {0} x {1} {2} Combat Zone(s)", Amount, Type, Grade);
return string.Format("Won {0} x {1} {2} Combat Zone(s)", Amount, Grade, Type);
}
}
}