mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Fixed small bug of new use first mana ability option.
This commit is contained in:
parent
20f77b8662
commit
ce056be6a8
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ public class UserData implements Serializable {
|
|||
this.passPriorityCast = userData.passPriorityCast;
|
||||
this.passPriorityActivation = userData.passPriorityActivation;
|
||||
this.autoOrderTrigger = userData.autoOrderTrigger;
|
||||
this.useFirstManaAbility = useFirstManaAbility;
|
||||
this.useFirstManaAbility = userData.useFirstManaAbility;
|
||||
}
|
||||
|
||||
public static UserData getDefaultUserDataView() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue