diff --git a/MWSE/mods/celediel/NPCsGoHome/main.lua b/MWSE/mods/celediel/NPCsGoHome/main.lua index 23b1730..b56de0d 100644 --- a/MWSE/mods/celediel/NPCsGoHome/main.lua +++ b/MWSE/mods/celediel/NPCsGoHome/main.lua @@ -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