im kinda dumb

This commit is contained in:
KadeDev 2021-03-20 02:12:35 -07:00
parent 0f87321db5
commit 9271aad976

View File

@ -2404,7 +2404,7 @@ class PlayState extends MusicBeatState
if (mashing <= getKeyPresses(note) && mashViolations < 3) if (mashing <= getKeyPresses(note) && mashViolations < 3)
{ {
mashViolations++; mashViolations++;
goodNoteHit(note, !(mashing <= getKeyPresses(note))); goodNoteHit(note, (mashing <= getKeyPresses(note)));
} }
else else
{ {