mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Oops a debug condition snuck in there
This commit is contained in:
parent
d1fb8f42f2
commit
67b226c801
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ static inline void SendPingToMasterServer(void)
|
||||||
ready = (
|
ready = (
|
||||||
MSRegisteredId == MSId &&
|
MSRegisteredId == MSId &&
|
||||||
! MSInProgress &&
|
! MSInProgress &&
|
||||||
now >= ( MSLastPing + cv_masterserver_update_rate.value )
|
now >= ( MSLastPing + 60 * cv_masterserver_update_rate.value )
|
||||||
);
|
);
|
||||||
|
|
||||||
if (ready)
|
if (ready)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue