]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/physics/player.qc
Move setting of the slowmo cvar out of the physics function (physics are called multi...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / physics / player.qc
index 7f20bfe9a0e29d81ba7f61ac8385452b1749837b..302104351dd19560b004a7e5e14dfb39f6f558c5 100644 (file)
@@ -1332,9 +1332,6 @@ void PM_Main(entity this)
        if (this.PlayerPhysplug)
                if (this.PlayerPhysplug(this))
                        return;
-#elif defined(CSQC)
-       if(autocvar_slowmo != STAT(MOVEVARS_TIMESCALE))
-               cvar_set("slowmo", ftos(STAT(MOVEVARS_TIMESCALE)));
 #endif
 
 #ifdef SVQC