mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-12 21:39:26 +00:00
Fix container scripts not getting re-added when the player changes cells
This commit is contained in:
parent
b490e56ba1
commit
829512ded4
@ -882,6 +882,7 @@ namespace MWWorld
|
||||
int cellY = newCell.mCell->getGridY();
|
||||
mWorldScene->changeCell(cellX, cellY, pos, false);
|
||||
}
|
||||
addContainerScripts (ptr, &newCell);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user