From 64b5e5bff5bb3226c03c018c3dc08aea300641b4 Mon Sep 17 00:00:00 2001 From: MokaAkashiya85 Date: Tue, 11 Feb 2025 19:34:28 +0100 Subject: [PATCH] Revert "Update sh_inspect.lua" This reverts commit 0a70922c03d7009f37a6f41b8a34847ae4c86ee7. --- lua/weapons/arc9_base/sh_inspect.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/weapons/arc9_base/sh_inspect.lua b/lua/weapons/arc9_base/sh_inspect.lua index e76f644d..29553cb3 100644 --- a/lua/weapons/arc9_base/sh_inspect.lua +++ b/lua/weapons/arc9_base/sh_inspect.lua @@ -5,7 +5,6 @@ function SWEP:ThinkInspect() if self.NextUBGLSwitch and self.NextUBGLSwitch > CurTime() then return end if self:GetUBGL() and !self:HasAnimation("inspect_ubgl") then return end if self:GetGrenadePrimed() then return end - if !(self:HasAnimation( "enter_inspect" ) or self:HasAnimation( "inspect" ) or self:HasAnimation( string.match( "inspect_%d*" ))) then return end local owner = self:GetOwner() local inspecting = self:GetInspecting()