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.
1 parent 81bfe4f commit 8a8aeccCopy full SHA for 8a8aecc
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