From 20672f5d93325cd544c4551fb392c19bbc56186f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 11 Oct 2020 20:53:27 -0700 Subject: [PATCH] whoops forgot to delete that --- MWSE/mods/celediel/NPCsGoHome/functions/cellEvaluators.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MWSE/mods/celediel/NPCsGoHome/functions/cellEvaluators.lua b/MWSE/mods/celediel/NPCsGoHome/functions/cellEvaluators.lua index 47e6c92..497e7f5 100644 --- a/MWSE/mods/celediel/NPCsGoHome/functions/cellEvaluators.lua +++ b/MWSE/mods/celediel/NPCsGoHome/functions/cellEvaluators.lua @@ -73,7 +73,7 @@ this.pickCellFaction = function(cell) -- from the majority values, return the faction with the largest percentage, or nil local picked = common.keyOfLargestValue(npcs.majorityFactions) log(common.logLevels.medium, "[CELLEVAL] Picked faction %s for cell %s", picked, cell.id) - log(common.logLevels.large, "[CELLEVAL] breakdown:\n%s", common.inspect(npcs, {indent = true})) + log(common.logLevels.large, "[CELLEVAL] breakdown:\n%s", common.inspect(npcs)) return picked end