Call skip method directly

This commit is contained in:
BlauFx
2022-08-08 13:10:28 +02:00
parent bb344e064f
commit cd68134565

View File

@ -372,7 +372,7 @@ namespace osu.Game.Screens.Play
if (Configuration.AutomaticallySkipIntro && e.NewValue && RestartCount > 0)
{
Configuration.AutomaticallySkipIntro = false;
skipIntroOverlay.RequestSkip.Invoke();
performUserRequestedSkip();
}
};
}