MultiServer: fix unclosed parenthesis in connection message (#2035)
This commit is contained in:
parent
8f447487fb
commit
a99a407c41
|
@ -795,7 +795,7 @@ async def on_client_joined(ctx: Context, client: Client):
|
|||
ctx.broadcast_text_all(
|
||||
f"{ctx.get_aliased_name(client.team, client.slot)} (Team #{client.team + 1}) "
|
||||
f"{verb} {ctx.games[client.slot]} has joined. "
|
||||
f"Client({version_str}), {client.tags}).",
|
||||
f"Client({version_str}), {client.tags}.",
|
||||
{"type": "Join", "team": client.team, "slot": client.slot, "tags": client.tags})
|
||||
ctx.notify_client(client, "Now that you are connected, "
|
||||
"you can use !help to list commands to run via the server. "
|
||||
|
|
Loading…
Reference in New Issue