diff --git a/plugin/scripting/rngfix.sp b/plugin/scripting/rngfix.sp index d020be9..b3f6211 100644 --- a/plugin/scripting/rngfix.sp +++ b/plugin/scripting/rngfix.sp @@ -1100,7 +1100,7 @@ bool DoInclineCollisionFixes(int client, const float nrm[3]) } else { - SetVelocity(client, newVelocity); + SetVelocity(client, newVelocity, true); } return true;