last minute fixing

This commit is contained in:
Fabian Dill
2021-04-01 20:31:39 +02:00
parent 9282cbaec7
commit 01ef041b86
6 changed files with 14 additions and 14 deletions

View File

@@ -490,7 +490,7 @@ def main(args, seed=None):
for future in roms:
rom_name = future.result()
rom_names.append(rom_name)
minimum_versions = {"server": (0, 0, 1)}
minimum_versions = {"server": (0, 0, 2)}
connect_names = {base64.b64encode(rom_name).decode(): (team, slot) for
slot, team, rom_name in rom_names}
@@ -502,7 +502,7 @@ def main(args, seed=None):
"connect_names": connect_names,
"remote_items": {player for player in range(1, world.players + 1) if
world.remote_items[player] or
world.game[player] != "Hollow Knight"},
world.game[player] != "A Link to the Past"},
"locations": {
(location.address, location.player):
(location.item.code, location.item.player)