(svn r17467) -Change: show the client id in join messages at the server (patch by dihedral)

This commit is contained in:
rubidium
2009-09-07 21:28:16 +00:00
parent 673df8c5c7
commit bd9670ea47
3 changed files with 6 additions and 2 deletions

View File

@@ -805,7 +805,7 @@ DEF_SERVER_RECEIVE_COMMAND(PACKET_CLIENT_MAP_OK)
NetworkGetClientName(client_name, sizeof(client_name), cs);
NetworkTextMessage(NETWORK_ACTION_JOIN, CC_DEFAULT, false, client_name);
NetworkTextMessage(NETWORK_ACTION_JOIN, CC_DEFAULT, false, client_name, NULL, cs->client_id);
/* Mark the client as pre-active, and wait for an ACK
* so we know he is done loading and in sync with us */