mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Changed text for Match Score.
This commit is contained in:
parent
bdf3324157
commit
6e696c57ec
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ public abstract class MatchImpl implements Match {
|
|||
sb.append(" (").append(mp.getWins()).append(" wins / ");
|
||||
sb.append(mp.getLoses()).append(" losses)\n");
|
||||
}
|
||||
sb.append("\n").append(this.getWinsNeeded()).append(" wins needed to win the match\n");
|
||||
sb.append("\n").append(this.getWinsNeeded()).append(this.getWinsNeeded() == 1 ? " win":" wins").append(" needed to win the match\n");
|
||||
sb.append("\nGame has started\n");
|
||||
return sb.toString();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue