mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 21:43:04 +08: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;
|
||||
}
|
||||
removeAutoModOnResume = false;
|
||||
|
||||
Beatmap.Value.Track.Looping = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user