]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/miscfunctions.qc
ReplicateVars, a more flexible GetCvars
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / miscfunctions.qc
index 356a2b74af2c765bf04528b55fa4a27568d1a04f..eb8277abc2f6ac2d7521bb45653a4734f2876cbd 100644 (file)
@@ -417,6 +417,8 @@ void GetCvars(float f)
 
        Notification_GetCvars();
 
+       ReplicateVars(this, s, f);
+
        GetCvars_handleFloat(s, f, autoswitch, "cl_autoswitch");
        GetCvars_handleFloat(s, f, cvar_cl_autoscreenshot, "cl_autoscreenshot");
        GetCvars_handleFloat(s, f, cvar_cl_jetpack_jump, "cl_jetpack_jump");