git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6802
d7cf8633-e32d-0410-b094-
e92efae38249
if (msg_badread) Con_Printf("SV_ReadClientMessage: badread at %s:%i\n", __FILE__, __LINE__);
}
- if (move->sequence && move->sequence <= host_client->movesequence)
+ if (move->sequence && move->sequence <= host_client->movesequence && move->sequence >= host_client->movesequence - 16)
{
// repeat of old input (to fight packet loss)
+ // the >= -16 check avoids frozen players after a level change
return kickplayer;
}