mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-29 05:13: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
|
if not ply:IsAdmin() then return false end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
hook.Add("SetupMove", "TestingSomething", function(ply, mv)
|
hook.Add("SetupMove", "idkhowitworksbutitworks_DiveAnimsFix", function(ply, mv)
|
||||||
local weapon = ply:GetActiveWeapon()
|
local weapon = ply:GetActiveWeapon()
|
||||||
|
|
||||||
if not IsValid(weapon) then return end
|
if not IsValid(weapon) then return end
|
||||||
|
|
Loading…
Reference in a new issue