diff options
Diffstat (limited to 'src/game/g_active.c')
-rw-r--r-- | src/game/g_active.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/g_active.c b/src/game/g_active.c index f99e7661..e17f3806 100644 --- a/src/game/g_active.c +++ b/src/game/g_active.c @@ -1249,16 +1249,10 @@ void ClientThink_real( gentity_t *ent ) // sanity check the command time to prevent speedup cheating if( ucmd->serverTime > level.time + 200 ) - { ucmd->serverTime = level.time + 200; -// G_Printf("serverTime <<<<<\n" ); - } if( ucmd->serverTime < level.time - 1000 ) - { ucmd->serverTime = level.time - 1000; -// G_Printf("serverTime >>>>>\n" ); - } msec = ucmd->serverTime - client->ps.commandTime; // following others may result in bad times, but we still want |