]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/stats.qh
Automatically send cvar values (when changed) to the server for settings that need...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / stats.qh
index cf51ea66b3ebf7b24d86c16c89756347fa5bca0c..e35115d3e54a51d8d81fc9e2c7cafd0e89f39f4b 100644 (file)
@@ -376,8 +376,8 @@ noref int autocvar_cl_gunalign;
 #endif
 #ifdef SVQC
 .int cvar_cl_gunalign;
-REPLICATE(cvar_cl_gunalign, int, "cl_gunalign");
 #endif
+
 REGISTER_STAT(GUNALIGN, int)
 #ifdef SVQC
 SPECTATE_COPYFIELD(_STAT(GUNALIGN))