fix for fte clients being so slow on nq map restarts etc.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5182 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2017-12-10 13:47:25 +00:00
parent 0b5bc85c91
commit 4afa9cba21
1 changed files with 3 additions and 0 deletions

View File

@ -1140,6 +1140,8 @@ void CLNQ_SendCmd(sizebuf_t *buf)
CLNQ_SendMove (&cl.outframes[i].cmd[seat], seat, buf);
}
}
else
MSG_WriteByte (buf, clc_nop);
for (i = 0; i < cl.numackframes; i++)
{
@ -1843,6 +1845,7 @@ void CL_SendCmd (double frametime, qboolean mainloop)
fullsend = false;
}
framemsecs = usetime;
msecs = 0;
}
else
{