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,