mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 04:15:35 +00:00
Allow base plugins to overwrite referencables made in other base plugins.
This commit is contained in:
parent
4b178f6f3d
commit
b899d43a33
1 changed files with 6 additions and 0 deletions
|
@ -175,6 +175,12 @@ namespace CSMWorld
|
|||
{
|
||||
mContainer[index].setModified(record);
|
||||
}
|
||||
else
|
||||
{
|
||||
// Overwrite
|
||||
mContainer[index].setModified(record);
|
||||
mContainer[index].merge();
|
||||
}
|
||||
}
|
||||
|
||||
return index;
|
||||
|
|
Loading…
Reference in a new issue