From 172e166ef2f58a6a1acf42ebc2d587a37ff69c9d Mon Sep 17 00:00:00 2001 From: KadeDev Date: Tue, 9 Mar 2021 17:45:26 -0800 Subject: [PATCH] weird miss behavoir only in this??? idk --- source/PlayState.hx | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index df354f3..401d063 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -1773,7 +1773,6 @@ class PlayState extends MusicBeatState { daRating = 'shit'; totalNotesHit -= 2; - noteMiss(0); score = -3000; ss = false; shits++; @@ -1782,7 +1781,6 @@ class PlayState extends MusicBeatState { daRating = 'shit'; totalNotesHit -= 2; - noteMiss(0); score = -3000; ss = false; shits++;