From 2b2fbae5aa9dc8d265ae9e4af1f78125073b448a Mon Sep 17 00:00:00 2001 From: ArfieCat <73672820+ArfieCat@users.noreply.github.com> Date: Tue, 6 Jul 2021 14:35:31 -0700 Subject: [PATCH] finishing week brings u back to story menu instead of the main menu --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 16cf9cd..195d32f 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -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