mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
revert some changes to groups V2 that will break external modules, with no special gain
This commit is contained in:
@@ -1334,7 +1334,7 @@ namespace OpenSim.Groups
|
||||
|
||||
public List<DirGroupsReplyData> FindGroups(IClientAPI remoteClient, string query)
|
||||
{
|
||||
return m_groupData.FindGroups(GetRequestingAgentID(remoteClient), query);
|
||||
return m_groupData.FindGroups(remoteClient.AgentId.ToString(), query);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user