mirror of
https://github.com/ppy/osu
synced 2025-02-15 09:37:07 +00:00
remove excessive null check
This commit is contained in:
parent
05aeb66973
commit
e20a899265
@ -152,7 +152,7 @@ namespace osu.Game.Overlays
|
||||
}
|
||||
}
|
||||
|
||||
gamemodeControl.SetDefaultGamemode(user?.PlayMode ?? "osu");
|
||||
gamemodeControl.SetDefaultGamemode(user.PlayMode ?? "osu");
|
||||
gamemodeControl.SelectDefaultGamemode();
|
||||
|
||||
gamemodeControl.FadeInFromZero(100, Easing.OutQuint);
|
||||
|
Loading…
Reference in New Issue
Block a user