diff --git a/OpenSim/Framework/ILandObject.cs b/OpenSim/Framework/ILandObject.cs index 1f394825b3..7365147e4a 100644 --- a/OpenSim/Framework/ILandObject.cs +++ b/OpenSim/Framework/ILandObject.cs @@ -73,6 +73,7 @@ namespace OpenSim.Framework ILandObject Copy(); void SendLandUpdateToAvatarsOverMe(); + void SendLandUpdateToAvatars(); void SendLandProperties(int sequence_id, bool snap_selection, int request_result, IClientAPI remote_client); bool UpdateLandProperties(LandUpdateArgs args, IClientAPI remote_client, out bool snap_selection, out bool needOverlay);