Skip to content

Commit e7a7cb3

Browse files
committed
Merge branch 'Archipelago' of https://github.com/Z11Coding/Mixtape-Engine-Rework into Archipelago
2 parents da6c3a5 + 2aa4810 commit e7a7cb3

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)