Core: rename yaml_output to csv_output (#3955)

This commit is contained in:
Fabian Dill
2024-09-18 04:37:10 +02:00
committed by GitHub
parent 69487661dd
commit da781bb4ac
3 changed files with 4 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ def gen_game(gen_options: dict, meta: Optional[Dict[str, Any]] = None, owner=Non
{"bosses", "items", "connections", "texts"}))
erargs.skip_prog_balancing = False
erargs.skip_output = False
erargs.yaml_output = False
erargs.csv_output = False
name_counter = Counter()
for player, (playerfile, settings) in enumerate(gen_options.items(), 1):