mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Add missing blank line
This commit is contained in:
parent
35db20a337
commit
bbdb114f04
@ -195,6 +195,7 @@ namespace osu.Game.Screens.Multi.Match
|
||||
|
||||
Beatmap.Value = beatmapManager.GetWorkingBeatmap(localBeatmap);
|
||||
Mods.Value = e.NewValue?.RequiredMods?.ToArray() ?? Array.Empty<Mod>();
|
||||
|
||||
if (e.NewValue?.Ruleset != null)
|
||||
{
|
||||
Ruleset.Disabled = false;
|
||||
|
Loading…
Reference in New Issue
Block a user