Skip to content

Commit

Permalink
Update PlayState.hx (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie-coder authored Oct 31, 2023
1 parent 14133d6 commit 201eaa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down Expand Up @@ -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
//10-24-2023: nvm were back down to 9800 lines

0 comments on commit 201eaa2

Please sign in to comment.