]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
Temporarily disable QC physics until the player sticking issue can be resolved
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index 3e457df14e740a9c2b24e8f3938f8bf8e2e706ed..7f8862fdf9cc8015e5cf1267b94b894d23888f04 100644 (file)
@@ -1146,7 +1146,7 @@ void ClientConnect(entity this)
        if (IS_REAL_CLIENT(this))
                sv_notice_join(this);
 
-       this.move_qcphysics = true;
+       this.move_qcphysics = false;
 
        // update physics stats (players can spawn before physics runs)
        Physics_UpdateStats(this);