Fix ci errors

This commit is contained in:
Joehu
2019-07-04 21:39:21 -07:00
parent 04ef6c4d45
commit 1534b75d27
2 changed files with 6 additions and 11 deletions

View File

@ -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: