If I pickup a container (and probably destroy it as well) and then try and add instances to any other containers it's throwing an NRE and preventing the instances from being added.
Failed to call hook 'AddStorage' on plugin 'InstancedContainers v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.InstancedContainers+<FindParentContainerEntity>c__AnonStorey0.<>m__0 (System.Collections.Generic.KeyValuePair`2[TKey,TValue] x) [0x00007] in <a2b02361ff70481d9f0a1b866b98dc9f>:0
at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].MoveNext () [0x00037] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at System.Linq.Enumerable.TryGetFirst[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Boolean& found) [0x00045] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at System.Linq.Enumerable.FirstOrDefault[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00000] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at Oxide.Plugins.InstancedContainers.FindParentContainerEntity (System.UInt32 id) [0x00024] in <a2b02361ff70481d9f0a1b866b98dc9f>:0
at Oxide.Plugins.InstancedContainers.AddStorage (ConsoleSystem+Arg arg) [0x000da] in <a2b02361ff70481d9f0a1b866b98dc9f>:0
at Oxide.Plugins.InstancedContainers.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00f5b] in <a2b02361ff70481d9f0a1b866b98dc9f>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <50629aa0e75d4126b345d8d9d64da28d>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <50629aa0e75d4126b345d8d9d64da28d>:0