mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Fix build break and change some groups interfaces
This commit is contained in:
@@ -892,7 +892,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
public void SendForceClientSelectObjects(List<uint> objectIDs)
|
||||
{
|
||||
}
|
||||
public void SendLandObjectOwners(Dictionary<UUID, int> ownersAndCount)
|
||||
public void SendLandObjectOwners(LandData land, Dictionary<UUID, int> ownersAndCount)
|
||||
{
|
||||
}
|
||||
public void SendLandParcelOverlay(byte[] data, int sequence_id)
|
||||
|
||||
Reference in New Issue
Block a user