players in my server are having this issue any ideas?
2024-06-27T12:54:38.704Z|0x5144|ArgumentException: The Object you want to instantiate is null.
at UnityEngine.Object.CheckNullArgument (System.Object arg, System.String message) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.Object.Instantiate[T] (T original) [0x00000] in <00000000000000000000000000000000>:0
at AutoTurret.Menu_AssignToFriend (BasePlayer player) [0x00000] in <00000000000000000000000000000000>:0
at PieMenu.DoSelect () [0x00000] in <00000000000000000000000000000000>:0
at ContextMenuUI.DoSelect () [0x00000] in <00000000000000000000000000000000>:0
at BasePlayer.ClientUpdateLocalPlayer () [0x00000] in <00000000000000000000000000000000>:0
at BasePlayer.ClientCycle (System.Single deltaTime) [0x00000] in <00000000000000000000000000000000>:0
at Client.Update () [0x00000] in <00000000000000000000000000000000>:0
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
PieMenu:DoSelect()
ContextMenuUI:DoSelect()
BasePlayer:ClientUpdateLocalPlayer()
BasePlayer:ClientCycle(Single)
Client:Update()