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
commit 155290436e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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