New Error in consoleSolved

Now getting this error

17:39:30) | Failed to call hook 'OnEntityDeath' on plugin 'DeathHistory v1.0.1' (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Plugins.DeathHistory.OnEntityDeath (BaseCombatEntity entity, HitInfo info) [0x00099] in <25616196c73b4754bc63f71148cbfbf7>:0

at Oxide.Plugins.DeathHistory.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001c6] in <25616196c73b4754bc63f71148cbfbf7>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <31122a27a2414cd799150f8677cf39d4>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <c2afd8354b8b4f3ca451cf5a1aa111c3>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <c2afd8354b8b4f3ca451cf5a1aa111c3>:0

I've added more null checks in hopes to prevent this error. Were you able to track down what was killed when this happened?

MadKingCraig

I've added more null checks in hopes to prevent this error. Were you able to track down what was killed when this happened?

I got a hint from a dev and checked the configs of the 7 plugins that were efffected and found that the config had been replaced with either "null" or a line of ???? or just () , so i deleted them and plugin and reinstalled them, seems to be fixed.
Thanks for the rapid response

Locked automatically