From c7ca06187201d82354e6a6c8c4da794ecf277d95 Mon Sep 17 00:00:00 2001 From: KadeDeveloper Date: Wed, 11 Aug 2021 18:44:06 -0700 Subject: [PATCH] I don't care if its too late or not --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)