From f0f067d05c2651139ed8d9779891ce11041f44a9 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 8 Apr 2020 00:09:23 +0100 Subject: [PATCH] missing file --- OpenSim/Framework/ILandObject.cs | 1 + 1 file changed, 1 insertion(+) 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);