wow I did it twice, I'm dumb

This commit is contained in:
Lilian Jónsdóttir 2020-10-10 12:58:12 -07:00
parent 169c35a012
commit 60386fad4e

View file

@ -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