NullReferenceException at CanDropActiveItem/OnPlayerDeathFixed
I also see this error quite frequently:

(09:46:17) | Failed to call hook 'CanDropActiveItem' on plugin 'LifeSupport v1.1.3' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.LifeSupport.CanDropActiveItem (BasePlayer player) [0x00000] in <47c4a92d5f774fc2afa6f9a7ae83ea18>:0 
  at Oxide.Plugins.LifeSupport.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002bd] in <47c4a92d5f774fc2afa6f9a7ae83ea18>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <70dc8de1abd4423db5f501c6845edf22>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <ac41dd3599754d448b8c218b34645820>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <ac41dd3599754d448b8c218b34645820>:0
(09:46:17) | Failed to call hook 'OnPlayerDeath' on plugin 'LifeSupport v1.1.3' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.LifeSupport.OnPlayerDeath (BasePlayer player, HitInfo hitInfo) [0x00049] in <47c4a92d5f774fc2afa6f9a7ae83ea18>:0 
  at Oxide.Plugins.LifeSupport.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00288] in <47c4a92d5f774fc2afa6f9a7ae83ea18>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <70dc8de1abd4423db5f501c6845edf22>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <ac41dd3599754d448b8c218b34645820>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <ac41dd3599754d448b8c218b34645820>:0​
Can you send the lifesupport log file? I can not reproduce what your seeing.

Merged post

You shouldn't get the null reference error any longer. I also added some code to help prevent a player from entering wounded state prior to Life Support restoring health. Let me know if this solves your issue. 
Thanks for the speedy fixes. Will let you know if i see either again

From time-to time I got these:

16:04 [Error] Failed to call hook 'CanDropActiveItem' on plugin 'LifeSupport v1.1.6' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.LifeSupport.CanDropActiveItem (BasePlayer player) [0x00083] in <05fc3ee6098a42aa82dfb4626255dfd4>:0
  at Oxide.Plugins.LifeSupport.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002bd] in <05fc3ee6098a42aa82dfb4626255dfd4>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d09a1f46ca2f4432811bcfe45ad13c7b>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <cf88a28c7fb44d36890d85a78331cc9d>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cf88a28c7fb44d36890d85a78331cc9d>:0
16:04 [Error] Failed to call hook 'OnPlayerDeath' on plugin 'LifeSupport v1.1.6' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.LifeSupport.OnPlayerDeath (BasePlayer player, HitInfo hitInfo) [0x000c3] in <05fc3ee6098a42aa82dfb4626255dfd4>:0
  at Oxide.Plugins.LifeSupport.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00288] in <05fc3ee6098a42aa82dfb4626255dfd4>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d09a1f46ca2f4432811bcfe45ad13c7b>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <cf88a28c7fb44d36890d85a78331cc9d>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cf88a28c7fb44d36890d85a78331cc9d>:0
Should be fixed in the latest version. @Wulf, please, add me as developer (not the owner). @OG61 seems have some troubles with adding me.
5f23e353340b1.png MONaH
Should be fixed in the latest version. @Wulf, please, add me as developer (not the owner). @OG61 seems have some troubles with adding me.

Appears to be an issue with that right now too unfortunately, but ping Calytic about it.

Locked automatically