From dad36dbfa8a4b835a4369abf9e07b26bd3600a25 Mon Sep 17 00:00:00 2001 From: Vortex <73261680+Vortex2Oblivion@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:57:48 +0000 Subject: [PATCH] Update PlayState.hx --- source/states/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/states/PlayState.hx b/source/states/PlayState.hx index f01edb1b13..ae82499c15 100644 --- a/source/states/PlayState.hx +++ b/source/states/PlayState.hx @@ -2435,7 +2435,7 @@ class PlayState extends MusicBeatState { call('onPause', []); openSubState(new PauseSubState()); - + call('onPausePost', []); #if DISCORD_ALLOWED DiscordClient.changePresence(detailsPausedText, SONG.song + " (" + storyDifficultyStr + ")", iconRPC); #end