mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
* Minor changes to logging.
This commit is contained in:
parent
4a2be2c3e6
commit
1241f6582b
2 changed files with 4 additions and 1 deletions
|
|
@ -1749,7 +1749,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
}
|
||||
}
|
||||
if (opponentsAlive == 0 && !hasWon()) {
|
||||
logger.debug("player won -> No more oppononets alive game won: " + this.getName());
|
||||
logger.debug("player won -> No more opponents alive game won: " + this.getName());
|
||||
game.informPlayers(new StringBuilder(this.getName()).append(" has won the game").toString());
|
||||
this.wins = true;
|
||||
game.end();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue