NullReferenceException at OnEntityDeathFixed

Did I make mistake? I updated to 1.3.3 today

Failed to call hook 'OnEntityDeath' on plugin 'KillRecords v1.3.3' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.KillRecords.OnEntityDeath (BaseCombatEntity entity, HitInfo hitInfo) [0x00071] in <eca34ef29d6540f4b7f3ecff6a7b2428>:0
  at Oxide.Plugins.KillRecords.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00f04] in <eca34ef29d6540f4b7f3ecff6a7b2428>: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 <50629aa0e75d4126b345d8d9d64da28d>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <50629aa0e75d4126b345d8d9d64da28d>:0

ok this is most likely due to another mod being installed that adds something that is not recorded by Kill Records.. Do you have an idea what was killed at the time of this error?

Looks like it happens when Outpost? 'sentry.scientist.static' kills an npc spawned from the ZombieHorde plugin

Confetti

Looks like it happens when Outpost? 'sentry.scientist.static' kills an npc spawned from the ZombieHorde plugin

ok I'll see what I can do to prevent this from that plugin.

Thanks for the update!

Locked automatically