Hi,
There are some players on my server that sometimes are unable to place any new pipes. It's not happening all the times so I'm not really sure what is going wrong. They are trying to hit a container with the hammer but it's not doing anything and in the logs I see this error:
(02:17:23) | Failed to call hook 'CommandArgs' on plugin 'SyncPipes v0.9.32' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.SyncPipes+OverlayText.Hide (BasePlayer player, System.Single delay, System.String callerName) [0x0008b] in <29e192e677624e179d052dbdf8f6c15a>:0
at Oxide.Plugins.SyncPipes+PlayerHelper.TogglePlacingPipe (System.Boolean isUsingBinding) [0x00034] in <29e192e677624e179d052dbdf8f6c15a>:0
at Oxide.Plugins.SyncPipes+Commands.Args (Oxide.Plugins.SyncPipes+PlayerHelper playerHelper, System.String[] args) [0x00130] in <29e192e677624e179d052dbdf8f6c15a>:0
at Oxide.Plugins.SyncPipes.CommandArgs (Oxide.Core.Libraries.Covalence.IPlayer player, System.String command, System.String[] args) [0x00006] in <29e192e677624e179d052dbdf8f6c15a>:0
at Oxide.Plugins.SyncPipes.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001ce] in <29e192e677624e179d052dbdf8f6c15a>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0Any ideas?
Kind regards,
Kaj