@@ -711,7 +711,7 @@ class PlayState extends MusicBeatState
711711
712712 if (Note .globalRgbShaders .length > 0 ) Note .globalRgbShaders = [];
713713 Paths .initDefaultSkin (SONG .arrowSkin );
714- Paths .initNote (4 , SONG .arrowSkin );
714+ Paths .initNote (SONG .arrowSkin );
715715
716716 if (isPixelStage ) {
717717 introSoundsSuffix = ' -pixel' ;
@@ -880,7 +880,6 @@ class PlayState extends MusicBeatState
880880 if (gf != null )
881881 gf .visible = false ;
882882 }
883- callOnLuas (' onCreate' );
884883
885884 var file : String = Paths .json (songName + ' /dialogue' ); // Checks for json/Psych Engine dialogue
886885 if (OpenFlAssets .exists (file )) {
@@ -1178,6 +1177,8 @@ class PlayState extends MusicBeatState
11781177 trace (' Loading chart...' );
11791178 generateSong (SONG .song , startOnTime );
11801179
1180+ callOnLuas (' onCreate' );
1181+
11811182 if (SONG .event7 == null || SONG .event7 == ' ' ) SONG .event7 == ' None' ;
11821183
11831184 if (curSong .toLowerCase () == " guns" ) // added this to bring back the old 2021 fnf vibes, i wish the fnf fandom revives one day :(
@@ -2894,7 +2895,7 @@ class PlayState extends MusicBeatState
28942895 noteDensity : currentMultiplier ,
28952896 ignoreNote : songNotes [3 ] == ' Hurt Note' && gottaHitNote
28962897 };
2897- if (swagNote .noteskin .length > 0 && ! Paths .noteSkinFramesMap .exists (swagNote .noteskin )) inline Paths .initNote (4 , swagNote .noteskin );
2898+ if (swagNote .noteskin .length > 0 && ! Paths .noteSkinFramesMap .exists (swagNote .noteskin )) inline Paths .initNote (swagNote .noteskin );
28982899
28992900 if (! Std .isOfType (songNotes [3 ], String )) swagNote .noteType = ChartingState .noteTypeList [songNotes [3 ]]; // Backward compatibility + compatibility with Week 7 charts
29002901
0 commit comments