]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qc
Automatically send cvar values (when changed) to the server for settings that need...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qc
index 04cafebbd3a341786d40a29acc313c9b321620c0..c8274fe62641070f01f4448acce41d07080b0e9a 100644 (file)
@@ -230,6 +230,8 @@ void Shutdown()
 
        deactivate_minigame();
        HUD_MinigameMenu_Close(NULL, NULL, NULL);
+
+       ReplicateVars(true); // destroy
 }
 
 .float has_team;