mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix intro welcome playing double due to missing conditional
This commit is contained in:
@ -64,7 +64,8 @@ namespace osu.Game.Screens.Menu
|
||||
}, t =>
|
||||
{
|
||||
AddInternal(t);
|
||||
welcome?.Play();
|
||||
if (!UsingThemedIntro)
|
||||
welcome?.Play();
|
||||
|
||||
StartTrack();
|
||||
});
|
||||
|
Reference in New Issue
Block a user