From a08cce416b3f085f8bcb17fa6abb02d6940eb78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Mon, 5 Oct 2020 00:52:56 -0700 Subject: [PATCH] also formatting --- MWSE/mods/celediel/NPCsGoHome/functions/checks.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MWSE/mods/celediel/NPCsGoHome/functions/checks.lua b/MWSE/mods/celediel/NPCsGoHome/functions/checks.lua index 3ba4127..0a70de0 100644 --- a/MWSE/mods/celediel/NPCsGoHome/functions/checks.lua +++ b/MWSE/mods/celediel/NPCsGoHome/functions/checks.lua @@ -299,8 +299,8 @@ this.isIgnoredDoor = function(door, homeCellId) local isCantonWorks = common.isCantonWorksCell(dest) log(common.logLevels.large, "[CHECKS] %s is %s, (%sin a city, is %spublic, %soccupied)", -- - dest.id, this.isIgnoredCell(dest) and "ignored" or "not ignored", -- destination is ignored - inCity and "" or "not ", leadsToPublicCell and "" or "not ", hasOccupants and "" or "un") -- in a city, is public, is ocupado + dest.id, this.isIgnoredCell(dest) and "ignored" or "not ignored", -- destination is ignored + inCity and "" or "not ", leadsToPublicCell and "" or "not ", hasOccupants and "" or "un") -- in a city, is public, is ocupado -- LuaFormatter off return this.isIgnoredCell(dest) or