mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
Fixed problem with updating UserData.
This commit is contained in:
parent
ad9f325b72
commit
76badb4186
1 changed files with 2 additions and 2 deletions
|
|
@ -2446,8 +2446,8 @@ public class PreferencesDialog extends javax.swing.JDialog {
|
|||
}
|
||||
}
|
||||
|
||||
public static UserData getUserData() {
|
||||
return new UserData(UserGroup.PLAYER,
|
||||
public static UserDataView getUserData() {
|
||||
return new UserDataView(UserGroup.PLAYER,
|
||||
PreferencesDialog.selectedAvatarId,
|
||||
PreferencesDialog.getCachedValue(PreferencesDialog.KEY_SHOW_ABILITY_PICKER_FORCED, "true").equals("true"),
|
||||
PreferencesDialog.getCachedValue(PreferencesDialog.KEY_GAME_ALLOW_REQUEST_SHOW_HAND_CARDS, "true").equals("true"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue