diff --git a/src/mserv.c b/src/mserv.c index 265cb01fe..0f8cbe5ca 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)