mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08: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…
Add table
Add a link
Reference in a new issue