uncustomize on holster

This commit is contained in:
1darky 2022-08-20 01:32:08 +07:00
parent 21048f0b94
commit 5b7ab2c6a1

View File

@ -100,6 +100,8 @@ function SWEP:Holster(wep)
self:CancelReload()
end
self:SetCustomize(false)
if self:GetHolsterTime() > CurTime() then return false end
if (self:GetHolsterTime() != 0 and self:GetHolsterTime() <= CurTime()) or !IsValid(wep) then