diff --git a/src/mserv.c b/src/mserv.c index 490f79d6..fe11307f 100644 --- a/src/mserv.c +++ b/src/mserv.c @@ -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)