mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Merge remote-tracking branch 'ppy/master' into leaderboard-mod-filter
This commit is contained in:
@ -38,7 +38,10 @@ namespace osu.Game.Online.API.Requests
|
||||
private void onSuccess(APILegacyScores r)
|
||||
{
|
||||
foreach (APILegacyScoreInfo score in r.Scores)
|
||||
{
|
||||
score.Beatmap = beatmap;
|
||||
score.Ruleset = ruleset;
|
||||
}
|
||||
}
|
||||
|
||||
protected override string Target => $@"beatmaps/{beatmap.OnlineBeatmapID}/scores{createQueryParameters()}";
|
||||
|
Reference in New Issue
Block a user