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