mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04: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);
|
mContainer[index].setModified(record);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// Overwrite
|
||||||
|
mContainer[index].setModified(record);
|
||||||
|
mContainer[index].merge();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return index;
|
return index;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user