mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Move line inside if
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user