]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
Remove cl_useenginerefdef and sv_qcphysics options, make the QuakeC implementations...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index 2e6e9e6b852c84a6b6ffe5bec87524fb59e6a260..993739e157235bb8a0bf653529e95811f917a9c1 100644 (file)
@@ -1162,7 +1162,7 @@ void ClientConnect(entity this)
        if (IS_REAL_CLIENT(this))
                sv_notice_join(this);
 
-       this.move_qcphysics = autocvar_sv_qcphysics;
+       this.move_qcphysics = true;
 
        // update physics stats (players can spawn before physics runs)
        Physics_UpdateStats(this);