From: Martin Taibr Date: Sat, 12 Aug 2017 15:57:52 +0000 (+0200) Subject: i am sure that's what the author meant X-Git-Tag: xonotic-v0.8.5~2430^2~22 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=08a9dadb899d5426cf44a3d62a61d4c8943d5066;p=xonotic%2Fxonotic-data.pk3dir.git i am sure that's what the author meant --- 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))