mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
let some group related data to have a public set
This commit is contained in:
@@ -591,11 +591,13 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
public string ActiveGroupName
|
||||
{
|
||||
get { return String.Empty; }
|
||||
set { }
|
||||
}
|
||||
|
||||
public ulong ActiveGroupPowers
|
||||
{
|
||||
get { return 0; }
|
||||
set { }
|
||||
}
|
||||
|
||||
public bool IsGroupMember(UUID groupID)
|
||||
|
||||
Reference in New Issue
Block a user