summaryrefslogtreecommitdiff
path: root/src/game/g_active.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2004-11-30 23:05:20 +0000
committerTim Angus <tim@ngus.net>2004-11-30 23:05:20 +0000
commit8c4f8eaf275d8ab974e106d625a305440d16e1ee (patch)
treef6febb320de4d4a625d3e3f5d399b4fb9279a65c /src/game/g_active.c
parent798ec438387193c4cf928ab36b59e982b194cf7a (diff)
* PTRC (post timeout restoration code) system
Diffstat (limited to 'src/game/g_active.c')
-rw-r--r--src/game/g_active.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_active.c b/src/game/g_active.c
index 44014ab9..d8229500 100644
--- a/src/game/g_active.c
+++ b/src/game/g_active.c
@@ -969,6 +969,8 @@ void ClientThink_real( gentity_t *ent )
return;
}
+ G_UpdatePTRConnection( client );
+
// check for inactivity timer, but never drop the local client of a non-dedicated server
if( !ClientInactivityTimer( client ) )
return;