diff --git a/source/PlayState.hx b/source/PlayState.hx index b8e3df4..eba534a 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -3941,7 +3941,7 @@ class PlayState extends MusicBeatState notes.forEachAlive(function(daNote:Note) { daNote.rating = Ratings.CalculateRating(-(daNote.strumTime - Conductor.songPosition), Math.floor((PlayStateChangeables.safeFrames / 60) * 1000)); - if (daNote.canBeHit && !daNote.tooLate && daNote.mustPress && daNote.rating == "sick") + if (daNote.mustPress && daNote.rating == "sick") { // Force good note hit regardless if it's too late to hit it or not as a fail safe if (loadRep)