mirror of
https://github.com/osukey/osukey.git
synced 2025-05-25 23:47:30 +09:00
Move line inside if
This commit is contained in:
parent
0f8d46a990
commit
e8021c2b92
@ -78,8 +78,8 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
var autoType = Ruleset.Value.CreateInstance().GetAutoplayMod().GetType();
|
||||
modSelect.SelectedMods.Value = modSelect.SelectedMods.Value.Where(m => m.GetType() != autoType).ToArray();
|
||||
}
|
||||
removeAutoModOnResume = false;
|
||||
}
|
||||
|
||||
Beatmap.Value.Track.Looping = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user