mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
spjspj - Use first Mana ability fixes
This commit is contained in:
parent
9d89381e9f
commit
822917322c
2 changed files with 6 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue