get rid of this switch statement without any cases

This commit is contained in:
ArfieCat
2021-07-14 18:16:25 -07:00
committed by GitHub
parent eaaa585393
commit 3c994ea566

View File

@ -1202,11 +1202,7 @@ class PlayState extends MusicBeatState
}
else
{
switch (curSong.toLowerCase())
{
default:
startCountdown();
}
startCountdown();
}
if (!loadRep)