mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +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.SelectDefaultGamemode();
|
||||||
|
|
||||||
gamemodeControl.FadeInFromZero(100, Easing.OutQuint);
|
gamemodeControl.FadeInFromZero(100, Easing.OutQuint);
|
||||||
|
Reference in New Issue
Block a user