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:
Spoike 2005-10-16 03:48:24 +00:00
parent 278e33f99e
commit 78e89609ee
1 changed files with 4 additions and 0 deletions

View File

@ -4273,7 +4273,11 @@ void SV_ExecuteClientMessage (client_t *cl)
cl->lastsequence_acknoledged = cl->netchan.incoming_acknowledged;
}
else
{
Con_Printf("Server bug: No frames!\n");
cl->send_message = false;
return; //shouldn't happen...
}
// make sure the reply sequence number matches the incoming
// sequence number