From: Mario Date: Sat, 29 Sep 2018 14:30:25 +0000 (+1000) Subject: Temporarily disable QC physics until the player sticking issue can be resolved X-Git-Tag: xonotic-v0.8.5~1819 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=59b59fc9852e772996b10021e314b4291783a062;p=xonotic%2Fxonotic-data.pk3dir.git Temporarily disable QC physics until the player sticking issue can be resolved --- diff --git a/qcsrc/server/client.qc b/qcsrc/server/client.qc index 3e457df14..7f8862fdf 100644 --- a/qcsrc/server/client.qc +++ b/qcsrc/server/client.qc @@ -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);