1
0
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:
cdwcgt 2024-05-04 20:41:36 +08:00
parent fe30ca3d39
commit 1f92f1d19b
No known key found for this signature in database
GPG Key ID: F8460DACCE48E8BD

View File

@ -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();
}