im kinda dumb
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user