NullReferenceException at KillQueue.DoProccessQueueError

Getting this error occasionally in the console.  Assuming it's from an npc dying or something but unclear in the logs.  Any help?

Edit: after watching the logs a bit more this seems to be happening when a BotSpawn npc is killed by a non-player.  Either other npc or force kill etc.

[2/6/2020 08:14:26] Failed to call hook 'OnPlayerDie' on plugin 'SimpleKillFeed v2.0.0' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.SimpleKillFeed+KillQueue.DoProccessQueue () [0x00082] in <0288cd5ff1f9479aa2e002903e6d5065>:0 
  at Oxide.Plugins.SimpleKillFeed+KillQueue.PushEvent (Oxide.Plugins.SimpleKillFeed+KillEvent evt) [0x00013] in <0288cd5ff1f9479aa2e002903e6d5065>:0 
  at Oxide.Plugins.SimpleKillFeed+KillQueue.OnDeath (BasePlayer victim, BasePlayer attacker, System.String text) [0x00047] in <0288cd5ff1f9479aa2e002903e6d5065>:0 
  at Oxide.Plugins.SimpleKillFeed.OnKilled (BasePlayer attacker, BasePlayer victim, HitInfo hitInfo, System.Int32 dist) [0x00106] in <0288cd5ff1f9479aa2e002903e6d5065>:0 
  at Oxide.Plugins.SimpleKillFeed.OnPlayerDie (BasePlayer victim, HitInfo hitInfo) [0x0015a] in <0288cd5ff1f9479aa2e002903e6d5065>:0 
  at Oxide.Plugins.SimpleKillFeed.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00142] in <0288cd5ff1f9479aa2e002903e6d5065>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <efb9a8684e344ecfa065c7b416e6d2fd>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b0a93b504f034a0db8b1c3d2503c0987>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b0a93b504f034a0db8b1c3d2503c0987>:0 ​
Will look into it.
Failed to call hook 'OnPlayerDeath' on plugin 'SimpleKillFeed v2.0.2' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.SimpleKillFeed+KillQueue.DoProccessQueue () [0x00082] in <8b1e17ccb83c492abe1f58bd73cabb92>:0
at Oxide.Plugins.SimpleKillFeed+KillQueue.PushEvent (Oxide.Plugins.SimpleKillFeed+KillEvent evt) [0x00013] in <8b1e17ccb83c492abe1f58bd73cabb92>:0
at Oxide.Plugins.SimpleKillFeed+KillQueue.OnDeath (BasePlayer victim, BasePlayer attacker, System.String text) [0x00047] in <8b1e17ccb83c492abe1f58bd73cabb92>:0
at Oxide.Plugins.SimpleKillFeed.OnKilled (BasePlayer attacker, BasePlayer victim, HitInfo hitInfo, System.Int32 dist) [0x00284] in <8b1e17ccb83c492abe1f58bd73cabb92>:0
at Oxide.Plugins.SimpleKillFeed.OnPlayerDeath (BasePlayer victim, HitInfo hitInfo) [0x0015a] in <8b1e17ccb83c492abe1f58bd73cabb92>:0
at Oxide.Plugins.SimpleKillFeed.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00142] in <8b1e17ccb83c492abe1f58bd73cabb92>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <80b90e8213db44b29ec2d4111764172c>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <ec05e0208c9149bba43236ca58fea105>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <ec05e0208c9149bba43236ca58fea105>:0

Hey, Sorry to be a pain I am trying to move the kill feed I want it just above the health bar, but when I try i always get an error.

NullReferenceException: Object reference not set to an instance of an object

Failed to call hook 'OnPlayerDeath' on plugin 'SimpleKillFeed v2.0.2' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.SimpleKillFeed+KillQueue.DoProccessQueue () [0x00082] in <4b5c37caae924a17ba43ec3fbf8af68c>:0 
  at Oxide.Plugins.SimpleKillFeed+KillQueue.PushEvent (Oxide.Plugins.SimpleKillFeed+KillEvent evt) [0x00013] in <4b5c37caae924a17ba43ec3fbf8af68c>:0 
  at Oxide.Plugins.SimpleKillFeed+KillQueue.OnDeath (BasePlayer victim, BasePlayer attacker, System.String text) [0x00047] in <4b5c37caae924a17ba43ec3fbf8af68c>:0 
  at Oxide.Plugins.SimpleKillFeed.OnKilled (BasePlayer attacker, BasePlayer victim, HitInfo hitInfo, System.Int32 dist) [0x00284] in <4b5c37caae924a17ba43ec3fbf8af68c>:0 
  at Oxide.Plugins.SimpleKillFeed.OnPlayerDeath (BasePlayer victim, HitInfo hitInfo) [0x0015a] in <4b5c37caae924a17ba43ec3fbf8af68c>:0 
  at Oxide.Plugins.SimpleKillFeed.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00142] in <4b5c37caae924a17ba43ec3fbf8af68c>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <80b90e8213db44b29ec2d4111764172c>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0 
Sorry was being an idiot solved it myself :o