From 76dc7ccef3bb9f4ba4c790b3fe6b9813edf0e5d0 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Tue, 22 Jul 2025 20:48:52 -0400 Subject: [PATCH] Update ping once per second again --- src/d_clisrv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 0e82c5380..c24c05d3f 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -5821,7 +5821,7 @@ static void UpdatePingTable(void) if (server) { - if (Playing() && !(gametime % 8)) // Value chosen based on _my vibes man_ + if (Playing() && !(gametime % 35)) // update once per second. PingUpdate(); fastest = 0;