mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Use the original gqueryreporting from GameSpy SDK
Potentially more stable and thoroughly tested
This commit is contained in:
parent
aa7639485e
commit
ffc35fb5ab
4 changed files with 860 additions and 496 deletions
|
@ -267,7 +267,7 @@ void SV_MasterHeartbeat( void ) {
|
|||
|
||||
if (svs.time >= svs.nextHeartbeatTime)
|
||||
{
|
||||
svs.nextHeartbeatTime = svs.time + MAX_HEARTBEAT_TIME;
|
||||
svs.nextHeartbeatTime = svs.time + HB_TIME;
|
||||
SV_GamespyHeartbeat();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue