Set cl_packetmissed = true when dropping a packet due to gentlemens

This might be dumb enough to work? :)
This commit is contained in:
Sally Coolatta 2020-11-02 18:10:59 -05:00
parent 601451bead
commit 3d7a2b8c95

View file

@ -5487,7 +5487,10 @@ static void CL_SendClientCmd(void)
boolean mis = false;
if (lowest_lag && ( gametic % lowest_lag ))
{
cl_packetmissed = true;
return;
}
netbuffer->packettype = PT_CLIENTCMD;