Skip to content

Commit

Permalink
quick hscript fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryiuu04 committed Aug 6, 2024
1 parent b502208 commit 81f7319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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))
{
Expand Down

0 comments on commit 81f7319

Please sign in to comment.