Generate: fix default utils options (#1361)
This commit is contained in:
parent
72fa19ee1f
commit
22fe31a141
2
Utils.py
2
Utils.py
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue