mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-27 20:43:02 +05:00
Update 0_Misc.lua
This commit is contained in:
parent
036c3e3d36
commit
837b753931
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue