From 476e15a384b6a9a22a90808b0b08ab86151255ba Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Fri, 9 Aug 2024 00:43:41 +0200 Subject: [PATCH] oops --- MultiServer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MultiServer.py b/MultiServer.py index f8f6773070cc..d09e087ffc58 100644 --- a/MultiServer.py +++ b/MultiServer.py @@ -1826,8 +1826,8 @@ async def process_client_cmd(ctx: Context, client: Client, args: dict): tags = set(args.get("tags", [])) slots = set(args.get("slots", [])) args["cmd"] = "Bounced" + args["slot"] = client.slot msg = ctx.dumper([args]) - msg["slot"] = client.slot for bounceclient in ctx.endpoints: if client.team == bounceclient.team and (ctx.games[bounceclient.slot] in games or