This needs a proper fix.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1476 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
278e33f99e
commit
78e89609ee
1 changed files with 4 additions and 0 deletions
|
@ -4273,7 +4273,11 @@ void SV_ExecuteClientMessage (client_t *cl)
|
||||||
cl->lastsequence_acknoledged = cl->netchan.incoming_acknowledged;
|
cl->lastsequence_acknoledged = cl->netchan.incoming_acknowledged;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
Con_Printf("Server bug: No frames!\n");
|
||||||
|
cl->send_message = false;
|
||||||
return; //shouldn't happen...
|
return; //shouldn't happen...
|
||||||
|
}
|
||||||
|
|
||||||
// make sure the reply sequence number matches the incoming
|
// make sure the reply sequence number matches the incoming
|
||||||
// sequence number
|
// sequence number
|
||||||
|
|
Loading…
Reference in a new issue