Revert Update ping once per second again

This reverts commit 76dc7ccef3.
This commit is contained in:
NepDisk 2025-07-23 10:33:50 -04:00
parent 76dc7ccef3
commit ce1217878b

View file

@ -5821,7 +5821,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;