]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Temporarily disable QC physics until the player sticking issue can be resolved
authorMario <mario@smbclan.net>
Sat, 29 Sep 2018 14:30:25 +0000 (00:30 +1000)
committerMario <mario@smbclan.net>
Sat, 29 Sep 2018 14:30:25 +0000 (00:30 +1000)
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);