Skip to content

Commit

Permalink
Update FunkScript.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeMaru committed Jun 25, 2024
1 parent 53a1249 commit 3dbf20c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/funkin/util/modding/FunkScript.hx
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ class CustomState extends MusicBeatState {

override public function create() {
ModdingUtil.addPrint(key + " / Custom State");
script.implementNonStatic();
checkSuper(CREATE);
}

Expand Down

0 comments on commit 3dbf20c

Please sign in to comment.