File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ class APSettingsSubState extends MusicBeatSubstate {
428428 var comment = " \n " ;
429429
430430 comment + = " # This YAML file was generated by Mixtape Engine.\n " ;
431- comment + = " # The amount of songs in this YAML is " + APEntryState . gameSettings . FNF . songList .length + " .\n " ;
431+ comment + = " # The amount of songs in this YAML is " + Reflect . field ( yamlThing , " songList" ) .length + " .\n " ;
432432 comment + = " # The amount of checks possible is " + APEntryState .gameSettings .FNF .songList .length * 5 + " .\n " ;
433433 comment + = " # The amount of checks if just Song Completion is used is " + APEntryState .gameSettings .FNF .songList .length * 2 + " .\n " ;
434434 comment + = " # The amount of checks if just Note Checks is used is " + APEntryState .gameSettings .FNF .songList .length * 3 + " .\n " ;
You can’t perform that action at this time.
0 commit comments