From 2fccfd8873620e6d397a74f3d5160a805a76c44f Mon Sep 17 00:00:00 2001 From: Bob74 Date: Fri, 22 Mar 2019 14:36:51 +0100 Subject: [PATCH] 2.0.7c Fix West Maze bank garages overlaping with office. --- dlc_import/garage4.lua | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dlc_import/garage4.lua b/dlc_import/garage4.lua index 29512f9..6563c1f 100644 --- a/dlc_import/garage4.lua +++ b/dlc_import/garage4.lua @@ -1,5 +1,6 @@ -- Garage 4: Maze Bank West +-- Be careful, ImportCEOGarage4.Part.Garage1 and ImportCEOGarage4.Part.Garage3 overlaps with FinanceOffice4 exports('GetImportCEOGarage4Object', function() return ImportCEOGarage4 @@ -111,10 +112,11 @@ ImportCEOGarage4 = { }, LoadDefault = function() - ImportCEOGarage4.Part.Load(ImportCEOGarage4.Part.Garage1) - ImportCEOGarage4.Style.Set(ImportCEOGarage4.Part.Garage1, ImportCEOGarage4.Style.concrete, false) - ImportCEOGarage4.Numbering.Set(ImportCEOGarage4.Part.Garage1, ImportCEOGarage4.Numbering.Level1.style1, false) - ImportCEOGarage4.Lighting.Set(ImportCEOGarage4.Part.Garage1, ImportCEOGarage4.Lighting.style1, false) + ImportCEOGarage4.Part.Load(ImportCEOGarage4.Part.Garage2) + + ImportCEOGarage4.Style.Set(ImportCEOGarage4.Part.Garage2, ImportCEOGarage4.Style.concrete, false) + ImportCEOGarage4.Numbering.Set(ImportCEOGarage4.Part.Garage2, ImportCEOGarage4.Numbering.Level1.style1, false) + ImportCEOGarage4.Lighting.Set(ImportCEOGarage4.Part.Garage2, ImportCEOGarage4.Lighting.style1, false) ImportCEOGarage4.Part.Load(ImportCEOGarage4.Part.ModShop) ImportCEOGarage4.ModShop.Floor.Set(ImportCEOGarage4.ModShop.Floor.default, false)