mirror of
https://github.com/ppy/osu.git
synced 2025-03-19 07:07:18 +08:00
remove null conditional
This commit is contained in:
parent
a67a2899a9
commit
be4f0cc2dd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user