MultiServer: include 'Archipelago' in games, versions and checksums

This commit is contained in:
black-sliver 2023-03-21 22:02:21 +01:00
parent 21a3c74783
commit 5977e401d5
1 changed files with 1 additions and 0 deletions

View File

@ -746,6 +746,7 @@ async def on_client_connected(ctx: Context, client: Client):
ctx.name_aliases.get((team, slot), name), name) ctx.name_aliases.get((team, slot), name), name)
) )
games = {ctx.games[x] for x in range(1, len(ctx.games) + 1)} games = {ctx.games[x] for x in range(1, len(ctx.games) + 1)}
games.add("Archipelago")
await ctx.send_msgs(client, [{ await ctx.send_msgs(client, [{
'cmd': 'RoomInfo', 'cmd': 'RoomInfo',
'password': bool(ctx.password), 'password': bool(ctx.password),