From 1ea4725d1990e2d03cd05d442527c78484d07d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sat, 3 Oct 2020 22:22:33 -0700 Subject: [PATCH] don't need that --- MWSE/mods/celediel/NPCsGoHome/functions/processors.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/MWSE/mods/celediel/NPCsGoHome/functions/processors.lua b/MWSE/mods/celediel/NPCsGoHome/functions/processors.lua index 0c23ae9..2b9f751 100644 --- a/MWSE/mods/celediel/NPCsGoHome/functions/processors.lua +++ b/MWSE/mods/celediel/NPCsGoHome/functions/processors.lua @@ -87,15 +87,6 @@ local function putNPCsBack(npcData) end local function reEnableNPCs(npcs) - -- for i = #npcs, 1, -1 do - -- local npc = table.remove(npcs, i) - -- log(common.logLevels.medium, "[PROC] Enabling homeless %s", npc.object.name) - -- -- npc:enable() - -- mwscript.enable({reference = npc}) - - -- npc.data.NPCsGoHome = nil - -- end - for id, ref in pairs(npcs) do log(common.logLevels.medium, "[PROC] Enabling homeless %s", ref.object.name)