]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qc
Make cvar_cl_allow_uidtracking an int thanks to a patch to ReplicateVars: replicated...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qc
index ca49edd03c42b05442f35eddd6237f8fba8b1409..5dbfb7209d19127b0600039fbcaeaf16da0ff1ed 100644 (file)
@@ -57,6 +57,8 @@ void CSQC_Init()
                maxclients = i;
        }
 
+       ReplicateVars_Send_All();
+
        // needs to be done so early because of the constants they create
        static_init();
        static_init_late();
@@ -187,7 +189,7 @@ void Shutdown()
        deactivate_minigame();
        HUD_MinigameMenu_Close(NULL, NULL, NULL);
 
-       ReplicateVars(true); // destroy
+       ReplicateVars_Destroy();
 }
 
 void AuditLists()