mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Check if selected scope requires API
This commit is contained in:
@ -79,6 +79,8 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
};
|
||||
}
|
||||
|
||||
protected override bool IsOnlineScope() => Scope != BeatmapLeaderboardScope.Local;
|
||||
|
||||
protected override APIRequest FetchScores(Action<IEnumerable<ScoreInfo>> scoresCallback)
|
||||
{
|
||||
if (Scope == BeatmapLeaderboardScope.Local)
|
||||
|
Reference in New Issue
Block a user