mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Show match time value in table view.
This commit is contained in:
parent
a71285a768
commit
35433e55b8
3 changed files with 14 additions and 5 deletions
|
|
@ -91,7 +91,7 @@ public class TableView implements Serializable {
|
|||
this.controllerName += sb.toString();
|
||||
this.deckType = table.getDeckType();
|
||||
if (table.getMatch().getGames().isEmpty()) {
|
||||
this.additionalInfo = "";
|
||||
this.additionalInfo = new StringBuilder("Timer: ").append(table.getMatch().getOptions().getMatchTimeLimit().toString()).toString();
|
||||
} else {
|
||||
this.additionalInfo = sbScore.toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue