This commit is contained in:
Lilian Jónsdóttir 2020-08-26 23:35:40 -07:00
parent da9f17bca6
commit 79f5f394b9

View file

@ -74,7 +74,7 @@ local function applyChanges(cell)
-- Interior cell, except Canton cells, don't do anything -- Interior cell, except Canton cells, don't do anything
if checks.isInteriorCell(cell) and 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 -- don't do anything to public houses
if checks.isPublicHouse(cell) then return end if checks.isPublicHouse(cell) then return end