From 5f0069eb837a8300efc0f90c35cf1415a0fe4ade Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Fri, 14 Dec 2018 17:35:05 +0900 Subject: [PATCH] Fix incorrect ruleset being sent to API --- osu.Game/Screens/Select/MatchSongSelect.cs | 1 + 1 file changed, 1 insertion(+) 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);