From d6dbfd1687f098d2ef460d5a7a6d3c89f48ef89c Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 30 Jul 2014 15:43:54 +0100 Subject: missing file in commit 5fe1f878372b5490304a2ad7c0a41293ae36aaa0 --- OpenSim/Framework/ILandObject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/ILandObject.cs b/OpenSim/Framework/ILandObject.cs index 7a24d1e..8d15119 100644 --- a/OpenSim/Framework/ILandObject.cs +++ b/OpenSim/Framework/ILandObject.cs @@ -67,7 +67,7 @@ namespace OpenSim.Framework void SendLandUpdateToAvatarsOverMe(); void SendLandProperties(int sequence_id, bool snap_selection, int request_result, IClientAPI remote_client); - void UpdateLandProperties(LandUpdateArgs args, IClientAPI remote_client); + bool UpdateLandProperties(LandUpdateArgs args, IClientAPI remote_client, out bool snap_selection, out bool needOverlay); bool IsEitherBannedOrRestricted(UUID avatar); bool IsBannedFromLand(UUID avatar); bool CanBeOnThisLand(UUID avatar, float posHeight); -- cgit v1.1