mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 05:11:34 +00:00
Oops a debug condition snuck in there
This commit is contained in:
parent
a1aa2a5e12
commit
e2733600cd
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…
Reference in a new issue