Whenever players open their default map, they get kicked with the following error that pops up in red text on their screen while in-server (note: I have no map plugins installed like LustyMap or the like) :
NullReferenceException: Object reference not set to an instance of an object.
UIMapVendingMachineMarker.UpdateDisplayName (System.String newName, ProtoBuf.VendingMachine+SellOrderContainer sellOrderContainer) (at <00000000000000000000000000000000>:0)
VendingMachineMapMarker.SetupUIMarker (UnityEngine.GameObject marker) (at <00000000000000000000000000000000>:0)
MapView.SetupMarkers () (at <00000000000000000000000000000000>:0)
MapView.MarkersDirty () (at <00000000000000000000000000000000>:0)
MapInterface.ForceOpen (System.Boolean open) (at <00000000000000000000000000000000>:0)
MapInterface.SetOpen (System.Boolean open) (at <00000000000000000000000000000000>:0)
BasePlayer.ClientInput (InputState state) (at <00000000000000000000000000000000>:0)
BasePlayer.ClientUpdateLocalPlayer () (at <00000000000000000000000000000000>:0)
BasePlayer.ClientCycle (System.Single deltaTime) (at <00000000000000000000000000000000>:0)
Client.Update () (at <00000000000000000000000000000000>:0)This started to happen after yesterday's Halloween update and I only see it on my server. Does anyone know from the posted error code if a plugin is causing it? If so, which plugin?