From 60386fad4eefcaa57478b68ff11829d86b8b83c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sat, 10 Oct 2020 12:58:12 -0700 Subject: [PATCH] wow I did it twice, I'm dumb --- MWSE/mods/celediel/NPCsGoHome/functions/processors.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MWSE/mods/celediel/NPCsGoHome/functions/processors.lua b/MWSE/mods/celediel/NPCsGoHome/functions/processors.lua index 9aacb10..7d051d7 100644 --- a/MWSE/mods/celediel/NPCsGoHome/functions/processors.lua +++ b/MWSE/mods/celediel/NPCsGoHome/functions/processors.lua @@ -147,7 +147,7 @@ local function checkForMovedOrDisabledNPCs(cell) -- add to in memory table if badWeather then - common.runtimeData.disabledBadWeatherNPCs[npc.id] = homeData + common.runtimeData.movedBadWeatherNPCs[npc.id] = homeData else common.runtimeData.movedNPCs[npc.id] = homeData end