I'm trying to figure out what this error is coming from so I can fix it - it's spamming the console every so often.
Does anyone know if it's flag related or ? I see the error usually includes the "failed to call hook onNPCtarget" but not sure what that relates to. The only flag I can think of is the nonpctargeting. Is there something I can do to fix this?
04.01 18:59:13 [Server] INFO Failed to call hook 'OnNpcTarget' on plugin 'ZoneManager v3.1.6' (NullReferenceException: Object reference not set to an instance of an object)
04.01 18:59:13 [Server] INFO at Oxide.Core.Libraries.Permission.UserHasPermission (System.String playerId, System.String permission) [0x0000a] in <2a1b2b9b0c9d45ea87d32bff811299cc>:0
04.01 18:59:13 [Server] INFO at Oxide.Plugins.ZoneManager.CanBypass (System.String playerId, System.Int32 flag) [0x00021] in <e9233ff6b19f451ead6770dcc6f1a677>:0
04.01 18:59:13 [Server] INFO at Oxide.Plugins.ZoneManager.CanBypass (BasePlayer player, System.Int32 flag) [0x00000] in <e9233ff6b19f451ead6770dcc6f1a677>:0
04.01 18:59:13 [Server] INFO at Oxide.Plugins.ZoneManager.HasPlayerFlag (BasePlayer player, System.Int32 flag) [0x00023] in <e9233ff6b19f451ead6770dcc6f1a677>:0
04.01 18:59:13 [Server] INFO at Oxide.Plugins.ZoneManager.OnTargetPlayerInternal (BasePlayer player, System.Int32 flag) [0x00008] in <e9233ff6b19f451ead6770dcc6f1a677>:0
04.01 18:59:13 [Server] INFO at Oxide.Plugins.ZoneManager.OnNpcTarget (BaseCombatEntity entity, BasePlayer player) [0x00000] in <e9233ff6b19f451ead6770dcc6f1a677>:0
04.01 18:59:13 [Server] INFO at Oxide.Plugins.ZoneManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x010a7] in <e9233ff6b19f451ead6770dcc6f1a677>:0
04.01 18:59:13 [Server] INFO at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d82f1fa409f84967ab685a3dbdd116ae>:0
04.01 18:59:13 [Server] INFO at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <2a1b2b9b0c9d45ea87d32bff811299cc>:0
04.01 18:59:13 [Server] INFO at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <2a1b2b9b0c9d45ea87d32bff811299cc>:0