Update 0_Misc.lua

This commit is contained in:
Jonny_Bro (Nikita) 2023-10-09 08:12:34 +05:00 committed by GitHub
parent 036c3e3d36
commit 837b753931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ hook.Add("CanDrive", "BlockDrive", function(ply)
if not ply:IsAdmin() then return false end
end)
hook.Add("SetupMove", "TestingSomething", function(ply, mv)
hook.Add("SetupMove", "idkhowitworksbutitworks_DiveAnimsFix", function(ply, mv)
local weapon = ply:GetActiveWeapon()
if not IsValid(weapon) then return end
@ -165,4 +165,4 @@ if CLIENT then
impactblurlerp = intensity
lastintensity = intensity
end
end
end