mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Check if selected scope requires API
This commit is contained in:
@ -33,6 +33,8 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
}, true);
|
||||
}
|
||||
|
||||
protected override bool IsOnlineScope() => true;
|
||||
|
||||
protected override APIRequest FetchScores(Action<IEnumerable<APIRoomScoreInfo>> scoresCallback)
|
||||
{
|
||||
if (roomId.Value == null)
|
||||
|
Reference in New Issue
Block a user