mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 09:12:22 +00:00
Set cl_packetmissed = true when dropping a packet due to gentlemens
This might be dumb enough to work? :)
This commit is contained in:
parent
601451bead
commit
3d7a2b8c95
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue