mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Use ShortName for mode.
- Also set the ruleset when fetching scores in BeatmapSetOverlay
This commit is contained in:
@ -104,7 +104,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
scores.IsLoading = true;
|
||||
|
||||
getScoresRequest = new GetScoresRequest(beatmap);
|
||||
getScoresRequest = new GetScoresRequest(beatmap, beatmap.Ruleset);
|
||||
getScoresRequest.Success += r =>
|
||||
{
|
||||
scores.Scores = r.Scores;
|
||||
|
Reference in New Issue
Block a user