diff options
author | Melanie | 2012-03-22 20:25:20 +0000 |
---|---|---|
committer | Diva Canto | 2012-03-22 14:34:19 -0700 |
commit | 321de1f2636b5c83c43d03d9364efc325db0a6b7 (patch) | |
tree | 8751bf489cd442083109038107f90bfb8a611b2f /OpenSim/Framework | |
parent | Fixed borkness with map search introduce by my last changes to it. (diff) | |
download | opensim-SC_OLD-321de1f2636b5c83c43d03d9364efc325db0a6b7.zip opensim-SC_OLD-321de1f2636b5c83c43d03d9364efc325db0a6b7.tar.gz opensim-SC_OLD-321de1f2636b5c83c43d03d9364efc325db0a6b7.tar.bz2 opensim-SC_OLD-321de1f2636b5c83c43d03d9364efc325db0a6b7.tar.xz |
Rework Diva's patch to simplify it
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/ILandObject.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/ILandObject.cs b/OpenSim/Framework/ILandObject.cs index dd73b3f..4f98d7b 100644 --- a/OpenSim/Framework/ILandObject.cs +++ b/OpenSim/Framework/ILandObject.cs | |||
@@ -71,6 +71,7 @@ namespace OpenSim.Framework | |||
71 | bool IsEitherBannedOrRestricted(UUID avatar); | 71 | bool IsEitherBannedOrRestricted(UUID avatar); |
72 | bool IsBannedFromLand(UUID avatar); | 72 | bool IsBannedFromLand(UUID avatar); |
73 | bool IsRestrictedFromLand(UUID avatar); | 73 | bool IsRestrictedFromLand(UUID avatar); |
74 | bool IsInLandAccessList(UUID avatar); | ||
74 | void SendLandUpdateToClient(IClientAPI remote_client); | 75 | void SendLandUpdateToClient(IClientAPI remote_client); |
75 | void SendLandUpdateToClient(bool snap_selection, IClientAPI remote_client); | 76 | void SendLandUpdateToClient(bool snap_selection, IClientAPI remote_client); |
76 | List<LandAccessEntry> CreateAccessListArrayByFlag(AccessList flag); | 77 | List<LandAccessEntry> CreateAccessListArrayByFlag(AccessList flag); |