forked from External/mage
* Some fixes to possible exceptions.
This commit is contained in:
parent
3e4e555a20
commit
3ac7fc2726
6 changed files with 30 additions and 25 deletions
|
|
@ -79,7 +79,7 @@ public class UserData implements Serializable {
|
|||
}
|
||||
|
||||
public static UserData getDefaultUserDataView() {
|
||||
return new UserData(UserGroup.DEFAULT, 0, false, false, true, null, getDefaultFlagName(), false, true, true, false, false, false, false, "");
|
||||
return new UserData(UserGroup.DEFAULT, 0, false, false, true, new UserSkipPrioritySteps(), getDefaultFlagName(), false, true, true, false, false, false, false, "");
|
||||
}
|
||||
|
||||
public void setGroupId(int groupId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue