diff options
Diffstat (limited to 'OpenSim/Framework')
-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 d9932eb..2495834 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -733,6 +733,8 @@ namespace OpenSim.Framework | |||
733 | 733 | ||
734 | ulong ActiveGroupPowers { get; } | 734 | ulong ActiveGroupPowers { get; } |
735 | 735 | ||
736 | Dictionary<UUID, ulong> GetGroupPowers(); | ||
737 | |||
736 | ulong GetGroupPowers(UUID groupID); | 738 | ulong GetGroupPowers(UUID groupID); |
737 | 739 | ||
738 | bool IsGroupMember(UUID GroupID); | 740 | bool IsGroupMember(UUID GroupID); |