]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_user.c
changed r_speeds 2 and 3 reports to only list time spent during a single
[xonotic/darkplaces.git] / sv_user.c
index a2fb80d88ec9ed56ff56b617f64b510da20ef3dc..457536db0476ccfcab864ce7a78389aa06fb352b 100644 (file)
--- a/sv_user.c
+++ b/sv_user.c
@@ -347,7 +347,7 @@ void SV_AirMove (void)
                // noclip
                VectorCopy (wishvel, host_client->edict->fields.server->velocity);
        }
-       else if (onground && (!sv_gameplayfix_qwplayerphysics.integer || !host_client->edict->fields.server->button2 || !((int)host_client->edict->fields.server->flags & FL_JUMPRELEASED)))
+       else if (onground)
        {
                SV_UserFriction ();
                SV_Accelerate ();