1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:52:56 +08:00

Merge pull request #2450 from tgi74/replay_ruleset

Fix replays being played in the selected ruleset
This commit is contained in:
Dan Balasescu 2018-05-02 15:06:24 +08:00 committed by GitHub
commit 084504134e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,6 +201,8 @@ namespace osu.Game
return;
}
Ruleset.Value = s.Ruleset;
Beatmap.Value = BeatmapManager.GetWorkingBeatmap(s.Beatmap);
Beatmap.Value.Mods.Value = s.Mods;