mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix online ScoreInfo having the wrong ruleset
This commit is contained in:
@ -34,7 +34,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 WebRequest CreateWebRequest()
|
||||
|
Reference in New Issue
Block a user