From 10365266343f5dcc29e5fb39d40746ed90d0668c Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Mon, 23 May 2022 19:05:37 -0400 Subject: [PATCH] Allow Allow client to know his own ID (For voicepacks) --- Classic/scripts/server.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classic/scripts/server.cs b/Classic/scripts/server.cs index 3335c22..de7b8b5 100644 --- a/Classic/scripts/server.cs +++ b/Classic/scripts/server.cs @@ -893,7 +893,7 @@ function GameConnection::onConnect( %client, %name, %raceGender, %skin, %voice, messageClient(%client, 'MsgClientJoin', 'Welcome to Tribes2 %1.', %client.name, %client, - "", + %client.target, false, // isBot %client.isAdmin, %client.isSuperAdmin,