diff --git a/beatrun/gamemodes/beatrun/gamemode/sh/Sliding.lua b/beatrun/gamemodes/beatrun/gamemode/sh/Sliding.lua index 03e8bf2..4959f53 100644 --- a/beatrun/gamemodes/beatrun/gamemode/sh/Sliding.lua +++ b/beatrun/gamemodes/beatrun/gamemode/sh/Sliding.lua @@ -246,6 +246,7 @@ end hook.Add("SetupMove", "qslide", function(ply, mv, cmd) if not ply:Alive() then return end + if ply:GetSafetyRollKeyTime() > CurTime() then return end if not ply.OldDuckSpeed then ply.OldDuckSpeed = ply:GetDuckSpeed()