File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,6 @@ class ModsMenuState extends MusicBeatState
189189 txt .setFormat (Paths .font (" vcr.ttf" ), 16 , FlxColor .WHITE );
190190 add (txt );
191191
192- FlxG .autoPause = false ;
193192 changeSelectedMod ();
194193 addTouchPad (" NONE" , " B" );
195194 return super .create ();
Original file line number Diff line number Diff line change @@ -1792,7 +1792,7 @@ class PlayState extends MusicBeatState
17921792 override public function onFocusLost (): Void
17931793 {
17941794 #if DISCORD_ALLOWED
1795- if (health > 0 && ! paused && autoUpdateRPC )
1795+ if (health > 0 && ! paused && FlxG . autoPause && autoUpdateRPC )
17961796 DiscordClient .changePresence (detailsPausedText , SONG .song + " (" + storyDifficultyText + " )" , iconP2 .getCharacter ());
17971797 #end
17981798 #if (target.threaded)
You can’t perform that action at this time.
0 commit comments