From 6839ef4b9a461a97808b16b064df779e63a16f6f Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 14 Apr 2016 22:22:50 +1000 Subject: [PATCH] Don't enable prediction of every movetype yet --- qcsrc/common/physics/player.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/physics/player.qc b/qcsrc/common/physics/player.qc index 541e9d61e..7f20bfe9a 100644 --- a/qcsrc/common/physics/player.qc +++ b/qcsrc/common/physics/player.qc @@ -1391,7 +1391,7 @@ void PM_Main(entity this) return; // when we get here, disableclientprediction cannot be 2 - this.disableclientprediction = -1; + this.disableclientprediction = 0; #endif viewloc_PlayerPhysics(this); -- 2.39.2