We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e954cf commit 79e8b5dCopy full SHA for 79e8b5d
source/funkin/ui/freeplay/FreeplayState.hx
@@ -353,6 +353,14 @@ class FreeplayState extends MusicBeatSubState
353
stickerSubState.degenStickers();
354
}
355
356
+ if (fromResultsParams != null)
357
+ {
358
+ @:privateAccess
359
+ this._parentState._constructor = () -> {
360
+ return FreeplayState.build(null, null);
361
+ }
362
363
+
364
#if FEATURE_DISCORD_RPC
365
// Updating Discord Rich Presence
366
DiscordClient.instance.setPresence({state: 'In the Menus', details: null});
0 commit comments