Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Oct 31, 2023
2 parents 24ac671 + 201eaa2 commit ea570a7
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

1 comment on commit ea570a7

@Stefan2008Git
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's since like i made your engine crashable on Android for some reason

Please sign in to comment.