mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Included logging for range at game startup (fixes #3878)
This commit is contained in:
parent
4836f381ef
commit
1e0090e4a7
1 changed files with 3 additions and 0 deletions
|
|
@ -441,6 +441,9 @@ public abstract class MatchImpl implements Match {
|
|||
sb.append("DeckHash: ").append(mp.getDeck().getDeckHashCode()).append("<br/>");
|
||||
}
|
||||
}
|
||||
if (options.getRange() != null) {
|
||||
sb.append(" Range: ").append(options.getRange().toString()).append("<br/>");
|
||||
}
|
||||
if (getDraws() > 0) {
|
||||
sb.append(" Draws: ").append(getDraws()).append("<br/>");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue