Little fixes

This commit is contained in:
Oleg Agafonov 2019-03-23 15:44:55 +04:00
parent 66403cbdbb
commit 70f41c7807
4 changed files with 14 additions and 20 deletions

View file

@ -416,6 +416,7 @@ public abstract class MatchImpl implements Match {
if (options.getRange() != null) {
sb.append(" Range: ").append(options.getRange().toString()).append("<br/>");
}
sb.append(" Mulligan type: ").append(options.getMulliganType().toString()).append("<br/>");
sb.append(" Free mulligans: ").append(options.getFreeMulligans()).append("<br/>");
sb.append("<br/>").append("Match is ").append(this.getOptions().isRated() ? "" : "not ").append("rated<br/>");
sb.append("You have to win ").append(this.getWinsNeeded()).append(this.getWinsNeeded() == 1 ? " game" : " games").append(" to win the complete match<br/>");