mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-02 19:56:06 +00:00
Merge branch 'mis-gentlemens-packets' into 'master'
Mis gentlemens packets See merge request KartKrew/Kart!333
This commit is contained in:
commit
f44f2a4308
1 changed files with 3 additions and 0 deletions
|
|
@ -5564,7 +5564,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