mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-16 08:01:47 +00:00
Merge branch 'dont-smooth-delay' into 'master'
Make ping-update packets more frequently ("resolves" #555)
See merge request KartKrew/Kart!1277
This commit is contained in:
commit
ee32635750
1 changed files with 1 additions and 1 deletions
|
|
@ -6494,7 +6494,7 @@ static void UpdatePingTable(void)
|
|||
|
||||
if (server)
|
||||
{
|
||||
if (Playing() && !(gametime % 35)) // update once per second.
|
||||
if (Playing() && !(gametime % 8)) // Value chosen based on _my vibes man_
|
||||
PingUpdate();
|
||||
|
||||
fastest = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue