From cf5e61b8f0098c167381d044470a78191bb3e526 Mon Sep 17 00:00:00 2001 From: Complex Date: Mon, 31 Jul 2023 22:37:06 +0200 Subject: [PATCH] fix shells rotating to door heading --- client/cl_property.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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