remove excessive null check

This commit is contained in:
EVAST9919 2019-06-04 21:46:43 +03:00
parent 05aeb66973
commit e20a899265
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ private void userLoadComplete(User user)
} }
} }
gamemodeControl.SetDefaultGamemode(user?.PlayMode ?? "osu"); gamemodeControl.SetDefaultGamemode(user.PlayMode ?? "osu");
gamemodeControl.SelectDefaultGamemode(); gamemodeControl.SelectDefaultGamemode();
gamemodeControl.FadeInFromZero(100, Easing.OutQuint); gamemodeControl.FadeInFromZero(100, Easing.OutQuint);