make sure all new scenepresences have fresh groups information at creation time (grouptitle missing but not that needed at that point) (use direct calls exactly where we want things to happen), reusing a funtion name to rename later

This commit is contained in:
UbitUmarov
2016-08-04 21:36:41 +01:00
parent a66e747c95
commit e57d3edf6f
3 changed files with 25 additions and 2 deletions

View File

@@ -1284,7 +1284,7 @@ namespace OpenSim.Groups
GroupMembershipData[] membershipArray = GetProfileListedGroupMemberships(remoteClient, agentID);
remoteClient.RefreshGroupMembership();
remoteClient.UpdateGroupMembership(membershipArray);
remoteClient.SendAgentGroupDataUpdate(agentID, membershipArray);
}