mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
revert some changes to groups V2 that will break external modules, with no special gain
This commit is contained in:
@@ -216,7 +216,7 @@ namespace OpenSim.Groups
|
||||
return _GroupDataToRecord(data);
|
||||
}
|
||||
|
||||
public List<DirGroupsReplyData> FindGroups(UUID RequestingAgentID, string search)
|
||||
public List<DirGroupsReplyData> FindGroups(string RequestingAgentID, string search)
|
||||
{
|
||||
List<DirGroupsReplyData> groups = new List<DirGroupsReplyData>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user