mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-09 22:50:28 +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.',
|
||||
%client.name,
|
||||
%client,
|
||||
"",
|
||||
%client.target,
|
||||
false, // isBot
|
||||
%client.isAdmin,
|
||||
%client.isSuperAdmin,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue