Hi,
when players build a basement, we always get following error spamed in the console:
Failed to call hook 'CanEntityTakeDamage' on plugin 'Basements v1.0.5' (NullReferenceException: Object reference not set to an instance of an object.) at Oxide.Plugins.BasementMethods.ExtensionMethods.IsBasementEntity (BaseEntity entity) [0x0000b] in <01eea65160f84526833bcedb5f9ab6fd>:0 at Oxide.Plugins.Basements.CanEntityTakeDamage (BaseCombatEntity entity, HitInfo hitinfo) [0x00015] in <01eea65160f84526833bcedb5f9ab6fd>:0 at Oxide.Plugins.Basements.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x012c1] in <01eea65160f84526833bcedb5f9ab6fd>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0
Is there maybe a way to fix this?
Best Regards