mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Fix build break and change some groups interfaces
This commit is contained in:
@@ -996,7 +996,7 @@ namespace OpenSim.Framework
|
||||
|
||||
void SendLandAccessListData(List<UUID> avatars, uint accessFlag, int localLandID);
|
||||
void SendForceClientSelectObjects(List<uint> objectIDs);
|
||||
void SendLandObjectOwners(Dictionary<UUID, int> ownersAndCount);
|
||||
void SendLandObjectOwners(LandData land, Dictionary<UUID, int> ownersAndCount);
|
||||
void SendLandParcelOverlay(byte[] data, int sequence_id);
|
||||
|
||||
#region Parcel Methods
|
||||
|
||||
Reference in New Issue
Block a user