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,12 +1202,8 @@ class PlayState extends MusicBeatState
} }
else else
{ {
switch (curSong.toLowerCase())
{
default:
startCountdown(); startCountdown();
} }
}
if (!loadRep) if (!loadRep)
rep = new Replay("na"); rep = new Replay("na");