From 201eaa266c1c83bd8c4b99f3a680de461ca75de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=9EHoovy=E2=9C=9E?= <124418090+MemeHovy@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:14:15 -0400 Subject: [PATCH] Update PlayState.hx (#58) --- source/PlayState.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 1cf41cf80a9..53b7333b374 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2341,7 +2341,7 @@ class PlayState extends MusicBeatState } } } - if (ClientPrefs.communityGameBot || ClientPrefs.showcaseMode && botplayTxt != null) botplayTxt.destroy(); + if (ClientPrefs.communityGameBot && botplayTxt != null || ClientPrefs.showcaseMode && botplayTxt != null) botplayTxt.destroy(); laneunderlayOpponent.cameras = [camHUD]; laneunderlay.cameras = [camHUD]; @@ -9839,4 +9839,4 @@ if (!allSicks && ClientPrefs.colorRatingFC && songMisses > 0 && ClientPrefs.hudT var curLightEvent:Int = -1; } //WEVE DONE IT, WE'VE HIT 10,000 LINES -//10-24-2023: nvm were back down to 9800 lines \ No newline at end of file +//10-24-2023: nvm were back down to 9800 lines