mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Fix ci errors
This commit is contained in:
@ -68,6 +68,12 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
return null;
|
||||
}
|
||||
|
||||
if (Beatmap?.OnlineBeatmapID == null)
|
||||
{
|
||||
PlaceholderState = PlaceholderState.Unavailable;
|
||||
return null;
|
||||
}
|
||||
|
||||
switch (Beatmap?.Status)
|
||||
{
|
||||
case BeatmapSetOnlineStatus.Graveyard:
|
||||
|
Reference in New Issue
Block a user