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:
commit
155290436e
@ -1280,11 +1280,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