mirror of
https://github.com/HaodongMo/ARC-9.git
synced 2025-03-04 03:02:58 -05:00
uncustomize on holster
This commit is contained in:
parent
21048f0b94
commit
5b7ab2c6a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user