updateTimer already implied, don't need check
This commit is contained in:
parent
0ffdfba99c
commit
249e1125cc
|
@ -150,7 +150,7 @@ end
|
||||||
eventFunctions.onLoaded = function()
|
eventFunctions.onLoaded = function()
|
||||||
tes3.player.data.NPCsGoHome = tes3.player.data.NPCsGoHome or {}
|
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({
|
updateTimer = timer.start({
|
||||||
type = timer.simulate,
|
type = timer.simulate,
|
||||||
duration = config.timerInterval,
|
duration = config.timerInterval,
|
||||||
|
|
Loading…
Reference in a new issue