From 2a7cd07cbcee2a9ef404bb81c293b9e393f65f19 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 9 Oct 2016 06:36:33 +1000 Subject: [PATCH] Update oldmovement on server too --- qcsrc/ecs/systems/sv_physics.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/ecs/systems/sv_physics.qc b/qcsrc/ecs/systems/sv_physics.qc index 904ebba3f..76e43eb0b 100644 --- a/qcsrc/ecs/systems/sv_physics.qc +++ b/qcsrc/ecs/systems/sv_physics.qc @@ -4,6 +4,7 @@ void sys_phys_fix(entity this, float dt) { WarpZone_PlayerPhysics_FixVAngle(this); Physics_UpdateStats(this, PHYS_HIGHSPEED(this)); + this.oldmovement = this.movement; } bool sys_phys_override(entity this, float dt) -- 2.39.2