mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
get a copy of current clientView group powers
This commit is contained in:
@@ -603,6 +603,11 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
return (m_hostGroupID == groupID);
|
||||
}
|
||||
|
||||
public Dictionary<UUID, ulong> GetGroupPowers()
|
||||
{
|
||||
return new Dictionary<UUID, ulong>();
|
||||
}
|
||||
|
||||
public ulong GetGroupPowers(UUID groupID)
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user