diff --git a/osu.Game/Screens/Select/MatchSongSelect.cs b/osu.Game/Screens/Select/MatchSongSelect.cs index 10f29d929d..2008c9b783 100644 --- a/osu.Game/Screens/Select/MatchSongSelect.cs +++ b/osu.Game/Screens/Select/MatchSongSelect.cs @@ -19,6 +19,7 @@ namespace osu.Game.Screens.Select { Beatmap = Beatmap.Value.BeatmapInfo, Ruleset = Ruleset.Value, + RulesetID = Ruleset.Value.ID ?? 0 }; item.RequiredMods.AddRange(SelectedMods.Value);