]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_main.c
trying to fix many forward references in input code
[xonotic/darkplaces.git] / sv_main.c
index 17f5f5007bb78b5b9c78f41c8d4dd474ea191485..9dd462f3db55fc27c121c9f2517a3a1590a9e45d 100644 (file)
--- a/sv_main.c
+++ b/sv_main.c
@@ -383,6 +383,7 @@ void SV_CheckForNewClients (void)
                SV_ConnectClient (i);
 
                net_activeconnections++;
+               NET_Heartbeat ();
        }
 }
 
@@ -1842,5 +1843,6 @@ void SV_SpawnServer (const char *server)
                        SV_SendServerinfo (host_client);
 
        Con_DPrintf ("Server spawned.\n");
+       NET_Heartbeat ();
 }