Mindelay: Probably don't calculate ping outside of games period

This commit is contained in:
AJ Martinez 2022-09-20 20:33:30 -07:00
parent ada40b421c
commit bd83a9f3b1

View file

@ -5664,7 +5664,7 @@ static void UpdatePingTable(void)
if (server)
{
if (!(gametime % 35)) // update once per second.
if (Playing() && !(gametime % 35)) // update once per second.
PingUpdate();
fastest = 0;