diff options
author | UbitUmarov | 2016-07-26 17:34:59 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-26 17:34:59 +0100 |
commit | 13ae6dff18a507791b3e05eaef74c2f2066cdfec (patch) | |
tree | da53ba5a6df901b5439267d3cc92ed196946a9f9 /OpenSim/Framework | |
parent | get a copy of current clientView group powers (diff) | |
download | opensim-SC_OLD-13ae6dff18a507791b3e05eaef74c2f2066cdfec.zip opensim-SC_OLD-13ae6dff18a507791b3e05eaef74c2f2066cdfec.tar.gz opensim-SC_OLD-13ae6dff18a507791b3e05eaef74c2f2066cdfec.tar.bz2 opensim-SC_OLD-13ae6dff18a507791b3e05eaef74c2f2066cdfec.tar.xz |
let some group related data to have a public set
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 2495834..0672014 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -727,11 +727,11 @@ namespace OpenSim.Framework | |||
727 | 727 | ||
728 | UUID SecureSessionId { get; } | 728 | UUID SecureSessionId { get; } |
729 | 729 | ||
730 | UUID ActiveGroupId { get; } | 730 | UUID ActiveGroupId { get; set; } |
731 | 731 | ||
732 | string ActiveGroupName { get; } | 732 | string ActiveGroupName { get; set;} |
733 | 733 | ||
734 | ulong ActiveGroupPowers { get; } | 734 | ulong ActiveGroupPowers { get; set;} |
735 | 735 | ||
736 | Dictionary<UUID, ulong> GetGroupPowers(); | 736 | Dictionary<UUID, ulong> GetGroupPowers(); |
737 | 737 | ||