diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/ILandObject.cs | 2 |
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); |