Fix Seed & Player Names

This commit is contained in:
Mike A. Trethewey
2020-03-10 18:21:36 -07:00
parent 3338e96822
commit e2943b21dc
4 changed files with 8 additions and 8 deletions

4
CLI.py
View File

@@ -163,8 +163,8 @@ def get_settings():
"custom": False,
"rom": os.path.join(".", "Zelda no Densetsu - Kamigami no Triforce (Japan).sfc"),
"seed": None,
"count": None,
"seed": "",
"count": 1,
"startinventory": "",
"beemizer": 0,
"remote_items": False,