mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Call skip method directly
This commit is contained in:
@ -372,7 +372,7 @@ namespace osu.Game.Screens.Play
|
||||
if (Configuration.AutomaticallySkipIntro && e.NewValue && RestartCount > 0)
|
||||
{
|
||||
Configuration.AutomaticallySkipIntro = false;
|
||||
skipIntroOverlay.RequestSkip.Invoke();
|
||||
performUserRequestedSkip();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user