fix decompilation meme

This commit is contained in:
relaxtakenotes 2023-06-05 00:49:45 +05:00
parent a96498446c
commit 1699c650fe

View file

@ -298,7 +298,9 @@ hook.Add("SetupMove", "Melee", function(ply, mv, cmd)
ParkourEvent("jumpslow", ply)
end
end
if ply:GetMeleeDelay() < CurTime() and ply:GetMelee() ~= 0 then
ply:SetMeleeTime(0)
ply:SetMelee(0)
end