From 79f5f394b962dafd37643aaedfa28c5365e8e70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Wed, 26 Aug 2020 23:35:40 -0700 Subject: [PATCH] whoopsie --- MWSE/mods/celediel/NPCsGoHome/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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