get rid of this switch statement without any cases
This commit is contained in:
parent
eaaa585393
commit
3c994ea566
@ -1202,11 +1202,7 @@ class PlayState extends MusicBeatState
|
||||
}
|
||||
else
|
||||
{
|
||||
switch (curSong.toLowerCase())
|
||||
{
|
||||
default:
|
||||
startCountdown();
|
||||
}
|
||||
startCountdown();
|
||||
}
|
||||
|
||||
if (!loadRep)
|
||||
|
Loading…
x
Reference in New Issue
Block a user