Make ping-update packets more frequently

This commit is contained in:
AJ Martinez 2023-06-07 01:12:43 -07:00
parent 671919b6ec
commit 5030225666

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;