From 08a9dadb899d5426cf44a3d62a61d4c8943d5066 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Sat, 12 Aug 2017 17:57:52 +0200 Subject: [PATCH] i am sure that's what the author meant --- qcsrc/common/mutators/mutator/dodging/sv_dodging.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc b/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc index cae688eca..7a5724457 100644 --- a/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc +++ b/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc @@ -166,7 +166,7 @@ bool PM_dodging_checkpressedkeys(entity this) { wall_dodge = (PHYS_DODGING_WALL && is_close_to_wall(this, PHYS_DODGING_DISTANCE_THRESHOLD)); if(!wall_dodge) // we're not on the ground, and wall dodging isn't allowed, end it! - return true; + return false; } if(!wall_dodge && PHYS_DODGING_MAXSPEED && vdist(this.velocity, >, PHYS_DODGING_MAXSPEED)) -- 2.39.2