]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_phys.c
removed cvar sv_gameplayfix_stepwhilejumping which wasn't needed
[xonotic/darkplaces.git] / sv_phys.c
index 727c28d03a3b566813b7aab5dde0e7c7d4add97d..7a158800fd760ff1594eafeac0f3683ec1d809b8 100644 (file)
--- a/sv_phys.c
+++ b/sv_phys.c
@@ -2420,7 +2420,7 @@ static void SV_WalkMove (prvm_edict_t *ent)
                                return;
 
                        // only step up while jumping if that is enabled
-                       if (!(sv_jumpstep.integer && sv_gameplayfix_stepwhilejumping.integer))
+                       if (sv_jumpstep.integer)
                                if (!oldonground && PRVM_serveredictfloat(ent, waterlevel) == 0)
                                        return;
                }