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