mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
* Some changes to logging.
This commit is contained in:
parent
bdd163080d
commit
d03966738e
2 changed files with 1 additions and 5 deletions
|
|
@ -1632,11 +1632,8 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
|
||||
@Override
|
||||
public void concede(Game game) {
|
||||
logger.debug(this.getName() + (" concedes gameId:" +game.getId()));
|
||||
game.gameOver(playerId);
|
||||
logger.debug("Before lost " + this.getName());
|
||||
lost(game);
|
||||
logger.debug("After lost " + this.getName());
|
||||
this.left = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue