mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 16:19:41 +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);
|
mContainer[index].setModified(record);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// Overwrite
|
||||||
|
mContainer[index].setModified(record);
|
||||||
|
mContainer[index].merge();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return index;
|
return index;
|
||||||
|
|
Loading…
Reference in a new issue