mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
let some group related data to have a public set
This commit is contained in:
@@ -404,16 +404,19 @@ namespace OpenSim.Tests.Common
|
||||
public UUID ActiveGroupId
|
||||
{
|
||||
get { return UUID.Zero; }
|
||||
set { }
|
||||
}
|
||||
|
||||
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