DrawWorldModel is a server-only function.

master
Icedream 2013-12-21 00:20:38 +01:00
parent 88e00c13e1
commit 46d36fcfef
1 changed files with 1 additions and 1 deletions

View File

@ -152,5 +152,5 @@ end
function SWEP:Deploy()
self.Owner:DrawViewModel(!self.DisguisedAs)
self.Owner:DrawWorldModel(!self.DisguisedAs)
if SERVER then self.Owner:DrawWorldModel(!self.DisguisedAs) end
end