Oops a debug condition snuck in there

This commit is contained in:
James R 2020-04-28 14:35:03 -07:00
parent a1aa2a5e12
commit e2733600cd

View file

@ -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)