whoops I was calling these twice on cell change
This commit is contained in:
parent
fd8c95add9
commit
a68267eef9
|
@ -145,9 +145,7 @@ local function onLoaded()
|
||||||
end
|
end
|
||||||
|
|
||||||
local function onCellChanged(e)
|
local function onCellChanged(e)
|
||||||
processors.searchCellsForNPCs()
|
|
||||||
updateCells()
|
updateCells()
|
||||||
common.runtimeData.followers = buildFollowerList()
|
|
||||||
updatePlayerTrespass(e.cell, e.previousCell)
|
updatePlayerTrespass(e.cell, e.previousCell)
|
||||||
checkEnteredNPCHome(e.cell)
|
checkEnteredNPCHome(e.cell)
|
||||||
if e.cell.name then -- exterior wilderness cells don't have name
|
if e.cell.name then -- exterior wilderness cells don't have name
|
||||||
|
|
Loading…
Reference in a new issue