mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Thank you kindly, MCortez, for a patch that:
This hooks up the LandManagementModule to handle the DeedParcelToGroup packet. Now people can start testing land assigned to and owned by groups. Also fixes a viewer crash issue when searching for and then joining a group with an agent that is not already being tracked by groups server.
This commit is contained in:
@@ -552,7 +552,10 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
||||
{
|
||||
GroupTitlesData title = new GroupTitlesData();
|
||||
title.Name = role.Name;
|
||||
title.Selected = agentMembership.ActiveRole == role.RoleID;
|
||||
if (agentMembership != null)
|
||||
{
|
||||
title.Selected = agentMembership.ActiveRole == role.RoleID;
|
||||
}
|
||||
title.UUID = role.RoleID;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user