update to Shops release

This commit is contained in:
Fabian Dill
2021-01-30 23:37:35 +01:00
parent a646594f08
commit 28c12054dd
3 changed files with 4 additions and 4 deletions

View File

@@ -862,7 +862,7 @@ async def process_server_cmd(ctx: Context, cmd: str, args: typing.Optional[dict]
raise Exception('Connection refused by the multiworld host, no reason provided')
elif cmd == 'Connected':
Utils.persistent_store("servers", ctx.rom, ctx.server_address)
Utils.persistent_store("servers", ctx.rom, ctx.server_address)
ctx.team = args["team"]
ctx.slot = args["slot"]
ctx.player_names = {p: n for p, n in args["playernames"]}