Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Aug 8, 2024
1 parent a315fe3 commit 476e15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 476e15a

Please sign in to comment.