We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98cf4cf + 8a8aecc commit f7bd010Copy full SHA for f7bd010
assets/embed/apworld/fridaynightfunkin.apworld
1.29 KB
source/states/StoryMenuState.hx
@@ -363,7 +363,7 @@ class StoryMenuState extends MusicBeatState
363
{
364
#if !SHOW_LOADING_SCREEN FlxG.sound.music.stop(); #end
365
LoadingState.loadAndSwitchState(new PlayState(), true);
366
- states.freeplay.FreeplayState.instance.fpManager.destroyFreeplayVocals();
+ FreeplayManager.instance.destroyFreeplayVocals();
367
});
368
369
#if (MODS_ALLOWED && DISCORD_ALLOWED)
0 commit comments