From 837b753931f82cc7a6d383404849ecd8d0be5297 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" <48434875+JonnyBro@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:12:34 +0500 Subject: [PATCH] Update 0_Misc.lua --- beatrun/gamemodes/beatrun/gamemode/sh/0_Misc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beatrun/gamemodes/beatrun/gamemode/sh/0_Misc.lua b/beatrun/gamemodes/beatrun/gamemode/sh/0_Misc.lua index c1d8d27..864dd21 100644 --- a/beatrun/gamemodes/beatrun/gamemode/sh/0_Misc.lua +++ b/beatrun/gamemodes/beatrun/gamemode/sh/0_Misc.lua @@ -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 \ No newline at end of file +end