mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +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();
|
login?.ToggleVisibility();
|
||||||
|
|
||||||
Beatmap.ValueChanged += beatmap_ValueChanged;
|
Beatmap.ValueChanged += beatmap_ValueChanged;
|
||||||
|
Reference in New Issue
Block a user