From 59b59fc9852e772996b10021e314b4291783a062 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 30 Sep 2018 00:30:25 +1000 Subject: [PATCH] Temporarily disable QC physics until the player sticking issue can be resolved --- qcsrc/server/client.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2