From 1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 26 Jul 2016 17:57:14 +0100 Subject: add a public SetGroupPowers to clientView --- OpenSim/Framework/IClientAPI.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 0672014..9bf51f8 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -735,6 +735,8 @@ namespace OpenSim.Framework Dictionary GetGroupPowers(); + void SetGroupPowers(Dictionary powers); + ulong GetGroupPowers(UUID groupID); bool IsGroupMember(UUID GroupID); -- cgit v1.1