Correctly flag group owned prims in the land prim list

This commit is contained in:
Melanie Thielker
2009-04-16 01:01:40 +00:00
parent ac96722c1d
commit 4b85cbf0b6
7 changed files with 11 additions and 8 deletions

View File

@@ -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
}