Some minor changes.

This commit is contained in:
LevelX2 2017-09-13 17:05:37 +02:00
parent 55917ccc63
commit c70b548464
3 changed files with 14 additions and 12 deletions

View file

@ -75,7 +75,7 @@ public class UserData implements Serializable {
this.autoOrderTrigger = userData.autoOrderTrigger;
this.useFirstManaAbility = userData.useFirstManaAbility;
this.userIdStr = userData.userIdStr;
// todo: why we don't copy user stats here?
// todo: why we don't update user stats here? => can't be updated from client side
}
public static UserData getDefaultUserDataView() {