caught up 11/10/20

This commit is contained in:
Brandon
2020-11-10 13:08:18 -05:00
parent 127d4f4cb4
commit 74f313feec
5 changed files with 7 additions and 8 deletions

View File

@ -880,7 +880,7 @@ class PlayState extends MusicBeatState
difficulty = '-easy';
if (storyDifficulty == 2)
difficulty == '-hard';
difficulty = '-hard';
trace('LOADING NEXT SONG');
trace(PlayState.storyPlaylist[0].toLowerCase() + difficulty);