mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:43:20 +08:00
Set game ruleset to the score ruleset
This commit is contained in:
parent
a6da1b49e7
commit
f41006def7
@ -201,6 +201,8 @@ namespace osu.Game
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Ruleset.Value = s.Ruleset;
|
||||||
|
|
||||||
Beatmap.Value = BeatmapManager.GetWorkingBeatmap(s.Beatmap);
|
Beatmap.Value = BeatmapManager.GetWorkingBeatmap(s.Beatmap);
|
||||||
Beatmap.Value.Mods.Value = s.Mods;
|
Beatmap.Value.Mods.Value = s.Mods;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user