spjspj - Further fixes for useFirstManaAbility

This commit is contained in:
spjspj 2016-04-07 15:29:18 +10:00
parent 2778ae2381
commit bfc66ff3f3
3 changed files with 7 additions and 5 deletions

View file

@ -22,7 +22,7 @@ public class UserData implements Serializable {
protected boolean passPriorityCast;
protected boolean passPriorityActivation;
protected boolean autoOrderTrigger;
protected boolean useFirstManaAbility;
protected boolean useFirstManaAbility = false;
protected String matchHistory;
protected int matchQuitRatio;