Skip to content

Commit

Permalink
Update PlayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Oct 12, 2023
1 parent 72611c2 commit 4e83229
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -8611,7 +8611,6 @@ if (!allSicks && ClientPrefs.colorRatingFC && songMisses > 0 && ClientPrefs.hudT
{
note.kill();
}
notes.remove(note, true);
if (ClientPrefs.showNotes) notes.remove(note, true);
if (shouldKillNotes)
{
Expand Down

0 comments on commit 4e83229

Please sign in to comment.