Skip to content

Commit 1f01cf9

Browse files
committed
Update APSettingsSubState.hx
1 parent 2aa4810 commit 1f01cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/archipelago/APSettingsSubState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)