mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
revert some changes to groups V2 that will break external modules, with no special gain
This commit is contained in:
@@ -192,10 +192,10 @@ namespace OpenSim.Groups
|
||||
});
|
||||
}
|
||||
|
||||
public List<DirGroupsReplyData> FindGroups(UUID RequestingAgentID, string search)
|
||||
public List<DirGroupsReplyData> FindGroups(string RequestingAgentIDstr, string search)
|
||||
{
|
||||
// TODO!
|
||||
return m_GroupsService.FindGroups(RequestingAgentID, search);
|
||||
return m_GroupsService.FindGroups(RequestingAgentIDstr, search);
|
||||
}
|
||||
|
||||
public bool AddAgentToGroup(string RequestingAgentID, string AgentID, UUID GroupID, UUID RoleID, string token, out string reason)
|
||||
|
||||
Reference in New Issue
Block a user