Skip to content

Commit ad15181

Browse files
committed
man SM wtf
1 parent abd2830 commit ad15181

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

source/engine/states/ModsMenuState.hx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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();

source/engine/states/PlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)