diff options
author | Tim Angus <tim@ngus.net> | 2004-11-30 23:05:20 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2004-11-30 23:05:20 +0000 |
commit | 8c4f8eaf275d8ab974e106d625a305440d16e1ee (patch) | |
tree | f6febb320de4d4a625d3e3f5d399b4fb9279a65c /src/game/g_client.c | |
parent | 798ec438387193c4cf928ab36b59e982b194cf7a (diff) |
* PTRC (post timeout restoration code) system
Diffstat (limited to 'src/game/g_client.c')
-rw-r--r-- | src/game/g_client.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_client.c b/src/game/g_client.c index 441b2266..cbeafcb6 100644 --- a/src/game/g_client.c +++ b/src/game/g_client.c @@ -1196,6 +1196,9 @@ void ClientBegin( int clientNum ) } trap_SendServerCommand( -1, va( "print \"%s" S_COLOR_WHITE " entered the game\n\"", client->pers.netname ) ); + + // request the clients PTR code + trap_SendServerCommand( ent - g_entities, "ptrcrequest" ); G_LogPrintf( "ClientBegin: %i\n", clientNum ); |