mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-02 01:11:19 +00:00
Oops a debug condition snuck in there
This commit is contained in:
parent
374fed02ad
commit
9b22950fd2
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…
Add table
Reference in a new issue