Skip to content
Snippets Groups Projects
Commit e2733600 authored by James R.'s avatar James R.
Browse files

Oops a debug condition snuck in there

parent a1aa2a5e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment