forked from External/mage
* Removed some data from player restoring to fix unintended draws after a player concedes game (#1205)
This commit is contained in:
parent
692148d3c2
commit
aa1eb354ef
7 changed files with 65 additions and 29 deletions
|
|
@ -2657,6 +2657,7 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
for (Player playerObject : getPlayers().values()) {
|
||||
if (playerObject.isHuman() && playerObject.isInGame()) {
|
||||
playerObject.abort();
|
||||
playerObject.resetPlayerPassedActions();
|
||||
}
|
||||
}
|
||||
fireUpdatePlayersEvent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue