DrawWorldModel is a server-only function.
parent
88e00c13e1
commit
46d36fcfef
|
@ -152,5 +152,5 @@ end
|
||||||
|
|
||||||
function SWEP:Deploy()
|
function SWEP:Deploy()
|
||||||
self.Owner:DrawViewModel(!self.DisguisedAs)
|
self.Owner:DrawViewModel(!self.DisguisedAs)
|
||||||
self.Owner:DrawWorldModel(!self.DisguisedAs)
|
if SERVER then self.Owner:DrawWorldModel(!self.DisguisedAs) end
|
||||||
end
|
end
|
Loading…
Reference in New Issue