From db956cba28e223bf5cbb8359d5ddbf1d2412a3b4 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 7 Aug 2003 10:38:26 +0000 Subject: [PATCH] sigh, one more thing I forgot to commit :( git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3369 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_input.c b/cl_input.c index 6463fed5..680632c7 100644 --- a/cl_input.c +++ b/cl_input.c @@ -366,7 +366,7 @@ void CL_SendMove(usercmd_t *cmd) upmove += cmd->upmove; total++; // LordHavoc: cap outgoing movement messages to sys_ticrate - if ((cl.maxclients > 1) && (realtime - lastmovetime < sys_ticrate.value)) + if (!cl.islocalgame && (realtime - lastmovetime < sys_ticrate.value)) return; lastmovetime = realtime; // average what has happened during this time -- 2.39.2