Skip to content

Commit

Permalink
Update PlayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Oct 2, 2024
1 parent 8bb506f commit dad36db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dad36db

Please sign in to comment.