mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 14:37:39 +09: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);
|
Beatmap.Value = beatmapManager.GetWorkingBeatmap(localBeatmap);
|
||||||
Mods.Value = e.NewValue?.RequiredMods?.ToArray() ?? Array.Empty<Mod>();
|
Mods.Value = e.NewValue?.RequiredMods?.ToArray() ?? Array.Empty<Mod>();
|
||||||
|
|
||||||
if (e.NewValue?.Ruleset != null)
|
if (e.NewValue?.Ruleset != null)
|
||||||
{
|
{
|
||||||
Ruleset.Disabled = false;
|
Ruleset.Disabled = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user