mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
missing change
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user