diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 27cf44f..b4c3796 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -996,7 +996,7 @@ namespace OpenSim.Framework | |||
996 | 996 | ||
997 | void SendLandAccessListData(List<UUID> avatars, uint accessFlag, int localLandID); | 997 | void SendLandAccessListData(List<UUID> avatars, uint accessFlag, int localLandID); |
998 | void SendForceClientSelectObjects(List<uint> objectIDs); | 998 | void SendForceClientSelectObjects(List<uint> objectIDs); |
999 | void SendLandObjectOwners(Dictionary<UUID, int> ownersAndCount); | 999 | void SendLandObjectOwners(LandData land, Dictionary<UUID, int> ownersAndCount); |
1000 | void SendLandParcelOverlay(byte[] data, int sequence_id); | 1000 | void SendLandParcelOverlay(byte[] data, int sequence_id); |
1001 | 1001 | ||
1002 | #region Parcel Methods | 1002 | #region Parcel Methods |