mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 00:24:35 +00:00
Allow
Allow client to know his own ID (For voicepacks)
This commit is contained in:
parent
818fced94e
commit
1036526634
1 changed files with 1 additions and 1 deletions
|
|
@ -893,7 +893,7 @@ function GameConnection::onConnect( %client, %name, %raceGender, %skin, %voice,
|
||||||
messageClient(%client, 'MsgClientJoin', 'Welcome to Tribes2 %1.',
|
messageClient(%client, 'MsgClientJoin', 'Welcome to Tribes2 %1.',
|
||||||
%client.name,
|
%client.name,
|
||||||
%client,
|
%client,
|
||||||
"",
|
%client.target,
|
||||||
false, // isBot
|
false, // isBot
|
||||||
%client.isAdmin,
|
%client.isAdmin,
|
||||||
%client.isSuperAdmin,
|
%client.isSuperAdmin,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue