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:
Sal 2023-06-14 00:15:24 +00:00
commit ee32635750

View file

@ -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;