mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Fix post-rebase errors
This commit is contained in:
parent
10ed09521c
commit
b1c5b43767
@ -247,7 +247,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
{
|
||||
if (Scope == LeaderboardScope.Local)
|
||||
{
|
||||
Scores = scoreManager.QueryScores(s => s.BeatmapInfo.ID == Beatmap.ID).ToArray();
|
||||
Scores = scoreManager.QueryScores(s => s.Beatmap.ID == Beatmap.ID).ToArray();
|
||||
PlaceholderState = Scores.Any() ? PlaceholderState.Successful : PlaceholderState.NoScores;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user