mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-04 02:02:06 +00:00
Oops a debug condition snuck in there
This commit is contained in:
parent
f9ec2a634c
commit
3e936a0878
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue