mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 12:50:44 +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 = (
|
||||
MSRegisteredId == MSId &&
|
||||
! MSInProgress &&
|
||||
now >= ( MSLastPing + cv_masterserver_update_rate.value )
|
||||
now >= ( MSLastPing + 60 * cv_masterserver_update_rate.value )
|
||||
);
|
||||
|
||||
if (ready)
|
||||
|
|
Loading…
Reference in a new issue