mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix error when entering multiplayer game in different ruleset
This commit is contained in:
@ -249,7 +249,8 @@ namespace osu.Game
|
||||
foreach (ModType type in Enum.GetValues(typeof(ModType)))
|
||||
dict[type] = r.NewValue?.CreateInstance().GetModsFor(type).ToList();
|
||||
|
||||
SelectedMods.Value = Array.Empty<Mod>();
|
||||
if (!SelectedMods.Disabled)
|
||||
SelectedMods.Value = Array.Empty<Mod>();
|
||||
AvailableMods.Value = dict;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user