Fix edge cases with score drawable loading

This commit is contained in:
Dean Herbert
2022-01-29 02:12:36 +09:00
parent 0293d95f82
commit d0b74a91fb
2 changed files with 24 additions and 22 deletions

View File

@ -121,7 +121,6 @@ namespace osu.Game.Screens.Select.Leaderboards
if (Scope == BeatmapLeaderboardScope.Local)
{
subscribeToLocalScores(cancellationToken);
return null;
}