mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Fixed a problem with player leaving the game during multiplayer game.
This commit is contained in:
parent
9e4beb6b51
commit
9704d21c82
1 changed files with 1 additions and 0 deletions
|
@ -573,6 +573,7 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
}
|
||||
} else {
|
||||
// no asynchronous action so check directly
|
||||
concedingPlayers.add(playerId);
|
||||
checkConcede();
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue