From 81f73196ba989f008c2eb3b83052799f95f6915e Mon Sep 17 00:00:00 2001 From: Ryiuu <161896371+Ryiuu04@users.noreply.github.com> Date: Tue, 6 Aug 2024 19:49:26 -0300 Subject: [PATCH] quick hscript fix --- source/states/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/states/PlayState.hx b/source/states/PlayState.hx index 61d0d18..0171923 100644 --- a/source/states/PlayState.hx +++ b/source/states/PlayState.hx @@ -1115,7 +1115,7 @@ class PlayState extends MusicBeatState setOnScripts("mustHitSection", PlayState.SONG.notes[curSection].mustHitSection); //just so we can check the first section setOnScripts('gfSection', SONG.notes[curSection].gfSection); //forgot to check this one too. callOnScripts('start', []); - callOnScripts('onCreate', []); //psych + callOnLuas('onCreate', []); //psych -- I forgot that making this a callOnScripts calls onCreate twice on hscripts mb if ((isStoryMode || showCutscene)) {