From 249e1125cc016c2c4b91b34fb1705b18bb918612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Fri, 30 Oct 2020 22:22:17 -0700 Subject: [PATCH] updateTimer already implied, don't need check --- MWSE/mods/celediel/NPCsGoHome/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MWSE/mods/celediel/NPCsGoHome/main.lua b/MWSE/mods/celediel/NPCsGoHome/main.lua index 58b70d0..98193f3 100644 --- a/MWSE/mods/celediel/NPCsGoHome/main.lua +++ b/MWSE/mods/celediel/NPCsGoHome/main.lua @@ -150,7 +150,7 @@ end eventFunctions.onLoaded = function() tes3.player.data.NPCsGoHome = tes3.player.data.NPCsGoHome or {} - if not updateTimer or (updateTimer and updateTimer.state ~= timer.active) then + if not updateTimer or updateTimer.state ~= timer.active then updateTimer = timer.start({ type = timer.simulate, duration = config.timerInterval,