mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
remove blank line
nt
This commit is contained in:
parent
fe30ca3d39
commit
1f92f1d19b
@ -58,7 +58,6 @@ namespace osu.Game.Overlays.Mods
|
||||
var selectedSystemMods = selectedMods.Value.Where(mod => mod.Type == ModType.System &&
|
||||
!mod.IncompatibleMods.Any(t => Preset.Value.Mods.Any(t.IsInstanceOfType)));
|
||||
|
||||
|
||||
// will also have the side effect of activating the preset (see `updateActiveState()`).
|
||||
selectedMods.Value = Preset.Value.Mods.Concat(selectedSystemMods).ToArray();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user