Merge pull request #1198 from ArfieCat/menu-idk

Finishing a story week brings you back to the story menu instead of the main menu
This commit is contained in:
Kade M 2021-07-06 22:10:38 -07:00 committed by GitHub
commit 456f5ab51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2776,7 +2776,7 @@ class PlayState extends MusicBeatState
else
{
FlxG.sound.playMusic(Paths.music('freakyMenu'));
FlxG.switchState(new MainMenuState());
FlxG.switchState(new StoryMenuState());
}
#if windows