mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
revert some changes to groups V2 that will break external modules, with no special gain
This commit is contained in:
@@ -246,9 +246,9 @@ namespace OpenSim.Groups
|
||||
return null;
|
||||
}
|
||||
|
||||
public List<DirGroupsReplyData> FindGroups(UUID RequestingAgentID, string search)
|
||||
public List<DirGroupsReplyData> FindGroups(string RequestingAgentIDstr, string search)
|
||||
{
|
||||
return m_LocalGroupsConnector.FindGroups(RequestingAgentID, search);
|
||||
return m_LocalGroupsConnector.FindGroups(RequestingAgentIDstr, search);
|
||||
}
|
||||
|
||||
public List<GroupMembersData> GetGroupMembers(string RequestingAgentID, UUID GroupID)
|
||||
|
||||
Reference in New Issue
Block a user