mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
we haven't sent heartbeats to the id masters by default for a long time
This commit is contained in:
parent
3be502630c
commit
d15177988d
1 changed files with 0 additions and 2 deletions
|
@ -2362,9 +2362,7 @@ SV_InitNet (void)
|
|||
|
||||
Net_Log_Init(sv.sound_precache);
|
||||
|
||||
// heartbeats will always be sent to the id master
|
||||
svs.last_heartbeat = -99999; // send immediately
|
||||
// NET_StringToAdr ("192.246.40.70:27000", &idmaster_adr);
|
||||
sv_net_initialized = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue