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