Skip to content

Commit

Permalink
temporary fix for difficulty in rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrid19 committed May 4, 2024
1 parent fee52aa commit 46d708e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ class PlayState extends MusicBeatState
function initDiscord():Void
{
#if DISCORD
storyDifficultyText = difficultyString();
storyDifficultyText = '';
iconRPC = SONG.player2;

// To avoid having duplicate images in Discord assets
Expand Down

0 comments on commit 46d708e

Please sign in to comment.