mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-23 15:40:42 +00:00
Allow base plugins to overwrite referencables made in other base plugins.
This commit is contained in:
parent
4b178f6f3d
commit
b899d43a33
@ -175,6 +175,12 @@ namespace CSMWorld
|
||||
{
|
||||
mContainer[index].setModified(record);
|
||||
}
|
||||
else
|
||||
{
|
||||
// Overwrite
|
||||
mContainer[index].setModified(record);
|
||||
mContainer[index].merge();
|
||||
}
|
||||
}
|
||||
|
||||
return index;
|
||||
|
Loading…
x
Reference in New Issue
Block a user