mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-02 09:31:12 +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);
|
Net_Log_Init(sv.sound_precache);
|
||||||
|
|
||||||
// heartbeats will always be sent to the id master
|
|
||||||
svs.last_heartbeat = -99999; // send immediately
|
svs.last_heartbeat = -99999; // send immediately
|
||||||
// NET_StringToAdr ("192.246.40.70:27000", &idmaster_adr);
|
|
||||||
sv_net_initialized = 1;
|
sv_net_initialized = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue