mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
let some group related data to have a public set
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user