mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
remove excessive null check
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user