1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-08-20 07:25:59 +00:00

Fix a bug where returning to a week in Story Mode would not play dialog

This commit is contained in:
EliteMasterEric 2023-11-06 17:51:56 -05:00
parent 4833c9bd2e
commit 21ba81c799

View file

@ -1564,6 +1564,9 @@ class PlayState extends MusicBeatSubState
regenNoteData();
var event:ScriptEvent = new ScriptEvent(CREATE, false);
ScriptEventDispatcher.callEvent(currentSong, event);
generatedMusic = true;
}