Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

little quick fix #58

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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