Skip to content

Commit

Permalink
Option renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
parar020100 committed Jun 19, 2024
1 parent 0374c42 commit 874f08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/gmod_tardis/modules/sh_doors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ if SERVER then
end)

ENT:AddHook("BodygroupChanged","doors",function(self,bodygroup,value)
if self.metadata.Exterior.NoDoorBodygroupSync == true then return end
if self.metadata.SyncExteriorBodygroupToDoors then return end
if self:IsChameleonActive() then return end

local door=TARDIS:GetPart(self,"door")
Expand Down
1 change: 1 addition & 0 deletions lua/tardis/interiors/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ T.Timings = {
TakeOffState = 0,
ParkingState = 0,
}
T.SyncExteriorBodygroupToDoors = true

TARDIS:AddInterior(T)

Expand Down

0 comments on commit 874f08a

Please sign in to comment.