diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
735 | 735 | ||
736 | Dictionary<UUID, ulong> GetGroupPowers(); | 736 | Dictionary<UUID, ulong> GetGroupPowers(); |
737 | 737 | ||
738 | void SetGroupPowers(Dictionary<UUID, ulong> powers); | ||
739 | |||
738 | ulong GetGroupPowers(UUID groupID); | 740 | ulong GetGroupPowers(UUID groupID); |
739 | 741 | ||
740 | bool IsGroupMember(UUID GroupID); | 742 | bool IsGroupMember(UUID GroupID); |