Nevermind.

master
Icedream 2013-12-21 11:21:30 +01:00
parent 9c954fd952
commit 4689558141
1 changed files with 1 additions and 7 deletions

View File

@ -227,6 +227,7 @@ function SWEP:Undisguise()
umsg.End()
// Pop!
UndisguiseSilent()
owner:EmitSound("Disguiser.Undisguise")
// We're no longer disguised
@ -384,10 +385,3 @@ end
function SWEP:GetPropConfig(name)
return self.PropConfiguration[name] or {}
end
function SWEP:OnRemove()
// Do you want to get stuck as a prop forever? NO.
if !!self && IsValid(self.Owner) && self.Owner:Alive() then
self:Undisguise()
end
end