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

@@ -582,6 +582,11 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
get { return 0; }
}
public Dictionary<UUID, ulong> GetGroupPowers()
{
return new Dictionary<UUID, ulong>();
}
public ulong GetGroupPowers(UUID groupID)
{
return 0;