Occasionally seeing this error in the server console:
(20:23:20) | Failed to call hook 'OnEntityTakeDamage' on plugin 'GlobalStorage v1.0.2' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.GlobalStorage.OnEntityTakeDamage (StorageContainer entity, HitInfo info) [0x0000e] in <5d0a70634ea4444588091ec981629f2f>:0
at Oxide.Plugins.GlobalStorage.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00261] in <5d0a70634ea4444588091ec981629f2f>: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 <dfcb48ea05694263bbc08e62a39c274c>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <dfcb48ea05694263bbc08e62a39c274c>:0
I do have the boxes set to be invulnerable.