Options: fix start_hints

This commit is contained in:
Fabian Dill
2021-09-30 19:49:36 +02:00
parent 4801bb1178
commit 858d4c74ce
3 changed files with 20 additions and 6 deletions

View File

@@ -289,7 +289,7 @@ def main(args, seed=None):
location.item.code, False)
precollected_hints[location.player].add(hint)
precollected_hints[location.item.player].add(hint)
elif location.item.name in args.start_hints[location.item.player]:
elif location.item.name in world.start_hints[location.item.player]:
hint = NetUtils.Hint(location.item.player, location.player, location.address,
location.item.code, False,
er_hint_data.get(location.player, {}).get(location.address, ""))