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
|
else
|
||||||
{
|
{
|
||||||
switch (curSong.toLowerCase())
|
startCountdown();
|
||||||
{
|
|
||||||
default:
|
|
||||||
startCountdown();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!loadRep)
|
if (!loadRep)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user