set splitclients to 1 for q2 sendcmd
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3172 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
444f2dc7aa
commit
5381de8bd5
1 changed files with 2 additions and 0 deletions
|
@ -1231,6 +1231,8 @@ qboolean CL_SendCmdQ2 (sizebuf_t *buf)
|
|||
|
||||
seq_hash = cls.netchan.outgoing_sequence;
|
||||
|
||||
cl.splitclients = 1;
|
||||
|
||||
// send this and the previous cmds in the message, so
|
||||
// if the last packet was dropped, it can be recovered
|
||||
i = cls.netchan.outgoing_sequence & UPDATE_MASK;
|
||||
|
|
Loading…
Reference in a new issue