From 3c994ea56628775573a104351704681459a54633 Mon Sep 17 00:00:00 2001 From: ArfieCat <73672820+ArfieCat@users.noreply.github.com> Date: Wed, 14 Jul 2021 18:16:25 -0700 Subject: [PATCH] get rid of this switch statement without any cases --- source/PlayState.hx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 9052a01..d0aa5c9 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -1202,11 +1202,7 @@ class PlayState extends MusicBeatState } else { - switch (curSong.toLowerCase()) - { - default: - startCountdown(); - } + startCountdown(); } if (!loadRep)