Revert "Update sh_inspect.lua"

This reverts commit 0a70922c03.
This commit is contained in:
MokaAkashiya85 2025-02-11 19:34:28 +01:00
parent 0a70922c03
commit 64b5e5bff5

View File

@ -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()