oops forgot to take that off the timer too
This commit is contained in:
parent
23268b01f3
commit
3769df8aef
|
@ -92,7 +92,6 @@ local function updateCells()
|
|||
log(common.logLevels.medium, "[MAIN] Updating active cells!")
|
||||
|
||||
common.runtimeData.followers = buildFollowerList()
|
||||
processors.searchCellsForNPCs()
|
||||
|
||||
for _, cell in pairs(tes3.getActiveCells()) do
|
||||
log(common.logLevels.large, "[MAIN] Applying changes to cell %s", cell.id)
|
||||
|
@ -167,6 +166,7 @@ end
|
|||
eventFunctions.onCellChanged = function(e)
|
||||
updateCells()
|
||||
processors.searchCellsForPositions()
|
||||
processors.searchCellsForNPCs()
|
||||
updatePlayerTrespass(e.cell, e.previousCell)
|
||||
checkEnteredNPCHome(e.cell)
|
||||
if e.cell.name then -- exterior wilderness cells don't have name
|
||||
|
|
Loading…
Reference in a new issue