wow I did it twice, I'm dumb
This commit is contained in:
parent
169c35a012
commit
60386fad4e
|
@ -147,7 +147,7 @@ local function checkForMovedOrDisabledNPCs(cell)
|
||||||
|
|
||||||
-- add to in memory table
|
-- add to in memory table
|
||||||
if badWeather then
|
if badWeather then
|
||||||
common.runtimeData.disabledBadWeatherNPCs[npc.id] = homeData
|
common.runtimeData.movedBadWeatherNPCs[npc.id] = homeData
|
||||||
else
|
else
|
||||||
common.runtimeData.movedNPCs[npc.id] = homeData
|
common.runtimeData.movedNPCs[npc.id] = homeData
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue