Experimental flag issue

Turned off unprepared experimental feature that snuck in
This commit is contained in:
aerinon
2020-03-11 14:02:16 -06:00
parent c67cd478a1
commit ceeb23669a
2 changed files with 4 additions and 4 deletions

2
CLI.py
View File

@@ -357,7 +357,7 @@ def get_settings():
"bigkeyshuffle": False,
"keysanity": False,
"door_shuffle": "basic",
"experimental": 0,
"experimental": False,
"dungeon_counters": "default",
"multi": 1,