code clean

This commit is contained in:
Oleg Agafonov 2024-04-16 23:37:22 +04:00
parent e8e2f23284
commit 88eb35ebc7
3 changed files with 136 additions and 144 deletions

View file

@ -1723,8 +1723,6 @@ public abstract class GameImpl implements Game {
// tests - try to fail fast
throw new MageException(UNIT_TESTS_ERROR_TEXT);
}
} finally {
//setCheckPlayableState(false); // TODO: delete
}
state.getPlayerList().getNext();
}
@ -1743,7 +1741,6 @@ public abstract class GameImpl implements Game {
} finally {
resetLKI();
clearAllBookmarks();
//setCheckPlayableState(false);
}
}