diff --git a/source/PlayState.hx b/source/PlayState.hx index 538a67a..29227ed 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2697,7 +2697,7 @@ class PlayState extends MusicBeatState if (FlxG.save.data.scoreScreen) openSubState(new ResultsScreen()); else - FlxG.switchState(new PlayState()); + FlxG.switchState(new FreeplayState()); } } }