1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 13:22:55 +08:00

Fix incorrect ruleset being sent to API

This commit is contained in:
smoogipoo 2018-12-14 17:35:05 +09:00
parent edefdb18f8
commit 5f0069eb83

View File

@ -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);