mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
replace recent IModule.GetGroup() with better GetGroupRecord(string name)
This commit is contained in:
@@ -352,11 +352,8 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
||||
MemberGroupProfile.PowersMask = MemberInfo.GroupPowers;
|
||||
|
||||
return MemberGroupProfile;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
public void SetAgentActiveGroup(GroupRequestID requestID, UUID AgentID, UUID GroupID)
|
||||
{
|
||||
Hashtable param = new Hashtable();
|
||||
|
||||
Reference in New Issue
Block a user