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:
parent
edefdb18f8
commit
5f0069eb83
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user