mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
remove null conditional
This commit is contained in:
@ -137,7 +137,7 @@ namespace osu.Game.Screens.Menu
|
||||
}
|
||||
}
|
||||
|
||||
if (last is IntroScreen && api?.State == APIState.Offline)
|
||||
if (last is IntroScreen && api.State == APIState.Offline)
|
||||
login?.ToggleVisibility();
|
||||
|
||||
Beatmap.ValueChanged += beatmap_ValueChanged;
|
||||
|
Reference in New Issue
Block a user