I don't care if its too late or not

This commit is contained in:
KadeDeveloper 2021-08-11 18:44:06 -07:00
parent 880c51ac3c
commit c7ca061872

View File

@ -3941,7 +3941,7 @@ class PlayState extends MusicBeatState
notes.forEachAlive(function(daNote:Note) notes.forEachAlive(function(daNote:Note)
{ {
daNote.rating = Ratings.CalculateRating(-(daNote.strumTime - Conductor.songPosition), Math.floor((PlayStateChangeables.safeFrames / 60) * 1000)); 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 // Force good note hit regardless if it's too late to hit it or not as a fail safe
if (loadRep) if (loadRep)