spjspj - Use first Mana ability fixes

This commit is contained in:
spjspj 2016-04-05 21:37:04 +10:00
parent 9d89381e9f
commit 822917322c
2 changed files with 6 additions and 5 deletions

View file

@ -596,7 +596,7 @@ public final class GamePanel extends javax.swing.JPanel {
setMenuStates(
PreferencesDialog.getCachedValue(KEY_GAME_MANA_AUTOPAYMENT, "true").equals("true"),
PreferencesDialog.getCachedValue(KEY_GAME_MANA_AUTOPAYMENT_ONLY_ONE, "true").equals("true"),
PreferencesDialog.getCachedValue(PreferencesDialog.KEY_USE_FIRST_MANA_ABILITY, "true").equals("true")
false
);
updateGame(game);