Use the original gqueryreporting from GameSpy SDK

Potentially more stable and thoroughly tested
This commit is contained in:
smallmodel 2025-04-22 00:25:35 +02:00
parent aa7639485e
commit ffc35fb5ab
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
4 changed files with 860 additions and 496 deletions

View file

@ -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();
}
}