From: Mario Date: Thu, 14 Apr 2016 12:22:50 +0000 (+1000) Subject: Don't enable prediction of every movetype yet X-Git-Tag: xonotic-v0.8.2~957^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6839ef4b9a461a97808b16b064df779e63a16f6f;p=xonotic%2Fxonotic-data.pk3dir.git Don't enable prediction of every movetype yet --- 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);