mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
Changes to logging an chat session handling.
This commit is contained in:
parent
fc382740ce
commit
020daf94f5
12 changed files with 72 additions and 33 deletions
|
|
@ -1542,11 +1542,11 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
|
||||
@Override
|
||||
public void concede(Game game) {
|
||||
log.debug("playerImpl.concede -> start " + this.getName());
|
||||
log.debug(this.getName() + (" concedes gameId:" +game.getId()));
|
||||
game.gameOver(playerId);
|
||||
log.debug("playerImpl.concede -> before lost " + this.getName());
|
||||
log.debug("Before lost " + this.getName());
|
||||
lost(game);
|
||||
log.debug("playerImpl.concede -> after lost " + this.getName());
|
||||
log.debug("After lost " + this.getName());
|
||||
this.left = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue