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