mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Mindelay: Update ping display even in local play
This commit is contained in:
parent
87b92a7127
commit
e1f72898f5
1 changed files with 1 additions and 1 deletions
|
|
@ -5664,7 +5664,7 @@ static void UpdatePingTable(void)
|
||||||
|
|
||||||
if (server)
|
if (server)
|
||||||
{
|
{
|
||||||
if (netgame && !(gametime % 35)) // update once per second.
|
if (!(gametime % 35)) // update once per second.
|
||||||
PingUpdate();
|
PingUpdate();
|
||||||
|
|
||||||
fastest = 0;
|
fastest = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue