mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
apply similar changes to groups V2
This commit is contained in:
@@ -173,7 +173,7 @@ namespace OpenSim.Groups
|
||||
return null;
|
||||
}
|
||||
|
||||
public List<DirGroupsReplyData> FindGroups(string RequestingAgentID, string search)
|
||||
public List<DirGroupsReplyData> FindGroups(UUID RequestingAgentID, string search)
|
||||
{
|
||||
return m_GroupsService.FindGroups(RequestingAgentID, search);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user