From 2a6eb3d0d46fad5aa1790b9d91d843df334ffac9 Mon Sep 17 00:00:00 2001 From: Stepan Date: Mon, 17 Aug 2020 18:30:06 +0300 Subject: [PATCH] Fixed docking clamp attachment error --- lua/autorun/sbep_part_data.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/autorun/sbep_part_data.lua b/lua/autorun/sbep_part_data.lua index 4704d5fc..ed800ded 100644 --- a/lua/autorun/sbep_part_data.lua +++ b/lua/autorun/sbep_part_data.lua @@ -651,10 +651,10 @@ are all one -orientation - only.Then open cl_init .lua and make a new entry in t }, ["models/smallbridge/panels/sbpaneldockin.mdl"] = { { type = "SWSH", pos = Vector(0, 0, 0), dir = Angle(0, 0, 0) }, - { type = "SWSH", pos = Vector(0, 0, 0), dir = Angle(0, 180, 0) } + -- { type = "SWSH", pos = Vector(0, 0, 0), dir = Angle(0, 180, 0) } }, ["models/smallbridge/panels/sbpaneldockout.mdl"] = { - { type = "SWSH", pos = Vector(0, 0, 0), dir = Angle(0, 0, 0) }, + -- { type = "SWSH", pos = Vector(0, 0, 0), dir = Angle(0, 0, 0) }, { type = "SWSH", pos = Vector(0, 0, 0), dir = Angle(0, 180, 0) } }, ["models/smallbridge/panels/sbpaneldoor.mdl"] = {