missing change

This commit is contained in:
UbitUmarov
2023-01-25 17:38:47 +00:00
parent 6e1a196974
commit 4596c72318

View File

@@ -166,7 +166,7 @@ namespace OpenSim.Region.CoreModules.Avatar.UserProfiles
client.SendAvatarInterestsReply(props.UserId, (uint)props.WantToMask, props.WantToText,
(uint)props.SkillsMask, props.SkillsText, props.Language);
if (agentGroups != null)
client.SendAvatarGroupsReply(avatarID, agentGroups);
client.SendAvatarGroupsReply(req.agent, agentGroups);
}
else
{