Skip to content

Commit 94f545d

Browse files
committed
Update APSettingsSubState.hx
1 parent e31f3a2 commit 94f545d

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
@@ -427,7 +427,7 @@ class APSettingsSubState extends MusicBeatSubstate {
427427

428428
var comment = "\n";
429429

430-
comment += "# This YAML file was generated by Archipelago.\n";
430+
comment += "# This YAML file was generated by Mixtape Engine.\n";
431431
comment += "# The amount of songs in this YAML is " + APEntryState.gameSettings.FNF.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";

0 commit comments

Comments
 (0)