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