Large Reference Added By * Not Defined In Master Plugin

Large references need to be defined as such in the same plugin that adds the reference in order to work correctly.

If only overwriting ESM plugins define a reference to be large, it might either trigger large reference bugs and/or the full model may not loading/unloading correctly, even inside the active exterior cells.

This can happen if mod authors copy a worldspace record from a plugin that has its large references defined to a new plugin and not remove the superfluous large reference data. In that case the large reference data lists references added by other plugins which are not overwritten by the current plugin. The erroneous and superfluous large reference data should be removed to not confuse users.

See large reference for more explanations.