whoopsie
This commit is contained in:
parent
da9f17bca6
commit
79f5f394b9
|
@ -74,7 +74,7 @@ local function applyChanges(cell)
|
|||
|
||||
-- Interior cell, except Canton cells, don't do anything
|
||||
if checks.isInteriorCell(cell) and
|
||||
not (config.waistWorks == common.waist.exterior and checks.isCantonWorksCell(cell)) then return end
|
||||
not (config.waistWorks == common.waist.exterior and common.isCantonWorksCell(cell)) then return end
|
||||
|
||||
-- don't do anything to public houses
|
||||
if checks.isPublicHouse(cell) then return end
|
||||
|
|
Loading…
Reference in a new issue