]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sv_main.qc
Merge branch 'master' into divVerent/speedlimit
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sv_main.qc
index da576360aa259a281578ed4e9530b68f81acdd45..85ff7760b3b912e8ea836f47d53639599a81cc8d 100644 (file)
@@ -201,6 +201,7 @@ void StartFrame (void)
        sv_speedlimit = cvar("sv_speedlimit");
        teamplay = cvar ("teamplay");
        sys_frametime = cvar("sys_ticrate") * cvar("slowmo");
+       sv_doublejump = cvar("sv_doublejump");
 
        if (timeoutStatus == 1) // just before the timeout (when timeoutStatus will be 2)
                orig_slowmo = cvar("slowmo"); // slowmo will be restored after the timeout