aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorUbitUmarov2014-07-30 15:43:54 +0100
committerUbitUmarov2014-07-30 15:43:54 +0100
commitd6dbfd1687f098d2ef460d5a7a6d3c89f48ef89c (patch)
tree960319c3241a10e989d327e1e1379d81a892e72f /OpenSim
parent mute avatar collision sounds if parcel doesnt allow (diff)
downloadopensim-SC_OLD-d6dbfd1687f098d2ef460d5a7a6d3c89f48ef89c.zip
opensim-SC_OLD-d6dbfd1687f098d2ef460d5a7a6d3c89f48ef89c.tar.gz
opensim-SC_OLD-d6dbfd1687f098d2ef460d5a7a6d3c89f48ef89c.tar.bz2
opensim-SC_OLD-d6dbfd1687f098d2ef460d5a7a6d3c89f48ef89c.tar.xz
missing file in commit 5fe1f878372b5490304a2ad7c0a41293ae36aaa0
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Framework/ILandObject.cs2
1 files changed, 1 insertions, 1 deletions
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
67 void SendLandUpdateToAvatarsOverMe(); 67 void SendLandUpdateToAvatarsOverMe();
68 68
69 void SendLandProperties(int sequence_id, bool snap_selection, int request_result, IClientAPI remote_client); 69 void SendLandProperties(int sequence_id, bool snap_selection, int request_result, IClientAPI remote_client);
70 void UpdateLandProperties(LandUpdateArgs args, IClientAPI remote_client); 70 bool UpdateLandProperties(LandUpdateArgs args, IClientAPI remote_client, out bool snap_selection, out bool needOverlay);
71 bool IsEitherBannedOrRestricted(UUID avatar); 71 bool IsEitherBannedOrRestricted(UUID avatar);
72 bool IsBannedFromLand(UUID avatar); 72 bool IsBannedFromLand(UUID avatar);
73 bool CanBeOnThisLand(UUID avatar, float posHeight); 73 bool CanBeOnThisLand(UUID avatar, float posHeight);