Merge pull request #1313 from ArfieCat/what

get rid of this switch statement in playstate that doesnt contain any cases
This commit is contained in:
Kade M
2021-07-19 21:37:54 -07:00
committed by GitHub

View File

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