mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Correctly flag group owned prims in the land prim list
This commit is contained in:
@@ -1228,7 +1228,7 @@ namespace OpenSim.Client.MXP.ClientStack
|
||||
// Need to translate to MXP somehow
|
||||
}
|
||||
|
||||
public void SendLandObjectOwners(LandData land, Dictionary<UUID, int> ownersAndCount)
|
||||
public void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount)
|
||||
{
|
||||
// Need to translate to MXP somehow
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user