Oops a debug condition snuck in there

This commit is contained in:
James R 2020-04-28 14:35:03 -07:00
parent f9ec2a634c
commit 3e936a0878

View file

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