mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 21:43:04 +08:00
Call skip method directly
This commit is contained in:
parent
bb344e064f
commit
cd68134565
@ -372,7 +372,7 @@ namespace osu.Game.Screens.Play
|
||||
if (Configuration.AutomaticallySkipIntro && e.NewValue && RestartCount > 0)
|
||||
{
|
||||
Configuration.AutomaticallySkipIntro = false;
|
||||
skipIntroOverlay.RequestSkip.Invoke();
|
||||
performUserRequestedSkip();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user