]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qc
Merge branch 'master' into TimePath/global_self
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qc
index 6fbef76ef60462eaa8ba555465b551c7834e7156..3603fab1e1042983929507f6ba6c208702230704 100644 (file)
@@ -125,6 +125,10 @@ void CSQC_Init(void)
        registercvar("cl_jumpspeedcap_min", "");
        registercvar("cl_jumpspeedcap_max", "");
 
+       registercvar("cl_multijump", "1");
+
+       registercvar("cl_spawn_near_teammate", "1");
+
        gametype = 0;
 
        // hud_fields uses strunzone on the titles!