Getting an error: Failed to call hook 'OnPlayerDeath'Fixed

I am getting an error after I updated the plugin:

Failed to call hook 'OnPlayerDeath' on plugin 'SimpleKillFeed v2.2.1' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.SimpleKillFeed.OnPlayerDeath (BasePlayer victim, HitInfo hitInfo) [0x00034] in <f22f8c1512754efc9bfe02a7babc4eec>:0
at Oxide.Plugins.SimpleKillFeed.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002d7] in <f22f8c1512754efc9bfe02a7babc4eec>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0

same here

turrets shooting npc most likely allready testing a fix for that

mDwASNy0qLHhL5e.png Sabby

turrets shooting npc most likely allready testing a fix for that

are you saying you're working on a fix?

here is another error message but has killed message:

10/23 14:28:29 | Failed to call hook 'OnPlayerDeath' on plugin 'SimpleKillFeed v2.2.1' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.SimpleKillFeed.OnPlayerDeath (BasePlayer victim, HitInfo hitInfo) [0x00034] in <3ad214afc1a446d8bb4d97c5e965027a>:0
at Oxide.Plugins.SimpleKillFeed.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002d7] in <3ad214afc1a446d8bb4d97c5e965027a>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0
10/23 14:28:29 | 9133413[9133413] was killed by sentry.scientist.static (entity)

as expected the sentry ^^ i can update what i have so far that should cover those

it looks like it also error when a player dies to the cold.

10/23 19:39:06 | Failed to call hook 'OnPlayerDeath' on plugin 'SimpleKillFeed v2.2.2' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.SimpleKillFeed.OnPlayerDeath (BasePlayer victim, HitInfo hitInfo) [0x0000a] in <0ae4c3010ab749d5a78062bdecf9f906>:0
at Oxide.Plugins.SimpleKillFeed.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002d7] in <0ae4c3010ab749d5a78062bdecf9f906>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0
10/23 19:39:06 | TheBAE_Slayer[] died (Cold)

I also have a few more errors that are also happening. tell me if you want them also.

ok ill have a look at these

Locked automatically