add a public SetGroupPowers to clientView

This commit is contained in:
UbitUmarov
2016-07-26 17:57:14 +01:00
parent 13ae6dff18
commit 1a8a8e16ef
5 changed files with 18 additions and 1 deletions

View File

@@ -589,7 +589,9 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
{
return new Dictionary<UUID, ulong>();
}
public void SetGroupPowers(Dictionary<UUID, ulong> powers) { }
public ulong GetGroupPowers(UUID groupID)
{
return 0;