mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
* setCheckPlayableState(false) in finally error handling (related to 133cc7342d
).
This commit is contained in:
parent
2460408da8
commit
1798f5a151
1 changed files with 3 additions and 0 deletions
|
@ -1324,6 +1324,8 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
} else {
|
||||
throw new MageException("Error in testclass");
|
||||
}
|
||||
} finally {
|
||||
setCheckPlayableState(false);
|
||||
}
|
||||
state.getPlayerList().getNext();
|
||||
}
|
||||
|
@ -1335,6 +1337,7 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
} finally {
|
||||
resetLKI();
|
||||
clearAllBookmarks();
|
||||
setCheckPlayableState(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue