some more fixes so botplay works

This commit is contained in:
KadeDeveloper
2021-08-11 18:41:34 -07:00
parent cde9e30dfc
commit 880c51ac3c
2 changed files with 3 additions and 7 deletions

View File

@@ -106,11 +106,7 @@ class Ratings
// IF LEMON SEES THIS I'M SORRY :(
// trace('Hit Info\nDifference: ' + noteDiff + '\nZone: ' + Conductor.safeZoneOffset * 1.5 + "\nTS: " + customTimeScale + "\nLate: " + 155 * customTimeScale);
if (FlxG.save.data.botplay && !PlayState.loadRep)
return "sick"; // FUNNY
var rating = checkRating(noteDiff,customTimeScale);