X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qc;fp=qcsrc%2Fclient%2Fmain.qc;h=5dbfb7209d19127b0600039fbcaeaf16da0ff1ed;hp=ca49edd03c42b05442f35eddd6237f8fba8b1409;hb=8840adadb43cd96ccd530ddf127f8b9bf6c685cc;hpb=e485bcaeede5f929c1ceefa26a51da840c2f1a1e diff --git a/qcsrc/client/main.qc b/qcsrc/client/main.qc index ca49edd03c..5dbfb7209d 100644 --- a/qcsrc/client/main.qc +++ b/qcsrc/client/main.qc @@ -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()