We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da6c3a5 + 2aa4810 commit e7a7cb3Copy full SHA for e7a7cb3
source/archipelago/APSettingsSubState.hx
@@ -427,7 +427,7 @@ class APSettingsSubState extends MusicBeatSubstate {
427
428
var comment = "\n";
429
430
- comment += "# This YAML file was generated by Archipelago.\n";
+ 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";
432
comment += "# The amount of checks possible is " + APEntryState.gameSettings.FNF.songList.length * 5 + ".\n";
433
comment += "# The amount of checks if just Song Completion is used is " + APEntryState.gameSettings.FNF.songList.length * 2 + ".\n";
0 commit comments