get a copy of current clientView group powers

This commit is contained in:
UbitUmarov
2016-07-26 16:54:04 +01:00
parent 3f0d84c28b
commit e766f9d20f
5 changed files with 25 additions and 0 deletions

View File

@@ -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;