mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Restored sending group membership data via EventQueue -- this had been a regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function.
This commit is contained in:
@@ -1245,7 +1245,8 @@ namespace OpenSim.Groups
|
||||
SendDataUpdate(remoteClient, tellOthers);
|
||||
|
||||
GroupMembershipData[] membershipArray = GetProfileListedGroupMemberships(remoteClient, agentID);
|
||||
remoteClient.SendAgentGroupDataUpdate(agentID, membershipArray);
|
||||
IEventQueue eq = remoteClient.Scene.RequestModuleInterface<IEventQueue>();
|
||||
eq.GroupMembershipData(GetRequestingAgentID(remoteClient), membershipArray);
|
||||
|
||||
remoteClient.RefreshGroupMembership();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user