diff --git a/client/cl_property.lua b/client/cl_property.lua index 4502eec..524020f 100644 --- a/client/cl_property.lua +++ b/client/cl_property.lua @@ -77,7 +77,7 @@ function Property:CreateShell() local coords = self:GetDoorCoords() coords = vec3(coords.x, coords.y, coords.z - 25.0) - self.shell = Shell:CreatePropertyShell(self.propertyData.shell, coords, self.shellData.doorOffset.h) + self.shell = Shell:CreatePropertyShell(self.propertyData.shell, coords) self.shellObj = self.shell.entity