From 74e16c7f9f745e6daa806be78722b29fd7af77cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Tue, 13 Oct 2020 23:19:10 -0700 Subject: [PATCH] search for modified NPCs as the player moves --- MWSE/mods/celediel/NPCsGoHome/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/MWSE/mods/celediel/NPCsGoHome/main.lua b/MWSE/mods/celediel/NPCsGoHome/main.lua index fc701d0..7e7cc71 100644 --- a/MWSE/mods/celediel/NPCsGoHome/main.lua +++ b/MWSE/mods/celediel/NPCsGoHome/main.lua @@ -95,6 +95,7 @@ local function updateCells() log(common.logLevels.medium, "[MAIN] Updating active cells!") common.runtimeData.followers = buildFollowerList() + processors.searchCellsForNPCs() processors.searchCellsForPositions() for _, cell in pairs(tes3.getActiveCells()) do