let some group related data to have a public set

This commit is contained in:
UbitUmarov
2016-07-26 17:34:59 +01:00
parent e766f9d20f
commit 13ae6dff18
5 changed files with 14 additions and 6 deletions

View File

@@ -727,11 +727,11 @@ namespace OpenSim.Framework
UUID SecureSessionId { get; }
UUID ActiveGroupId { get; }
UUID ActiveGroupId { get; set; }
string ActiveGroupName { get; }
string ActiveGroupName { get; set;}
ulong ActiveGroupPowers { get; }
ulong ActiveGroupPowers { get; set;}
Dictionary<UUID, ulong> GetGroupPowers();