Fix multiplayer mod select showing autoplay as a choice

This commit is contained in:
Dean Herbert
2021-01-18 17:50:32 +09:00
parent 30f3e72c42
commit 0b165dce4b
4 changed files with 14 additions and 7 deletions

View File

@ -327,6 +327,7 @@ namespace osu.Game
if (!SelectedMods.Disabled)
SelectedMods.Value = Array.Empty<Mod>();
AvailableMods.Value = dict;
}