Generate: fix default utils options (#1361)

This commit is contained in:
alwaysintreble
2023-01-02 12:48:31 -06:00
committed by GitHub
parent 72fa19ee1f
commit 22fe31a141

View File

@@ -260,7 +260,7 @@ def get_default_options() -> OptionsType:
"disable_item_cheat": False, "disable_item_cheat": False,
"location_check_points": 1, "location_check_points": 1,
"hint_cost": 10, "hint_cost": 10,
"forfeit_mode": "goal", "release_mode": "goal",
"collect_mode": "disabled", "collect_mode": "disabled",
"remaining_mode": "goal", "remaining_mode": "goal",
"auto_shutdown": 0, "auto_shutdown": 0,