mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:30:02 +08:00
First stage group permissions plumbing
This commit is contained in:
@@ -311,6 +311,11 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
get { return 0; }
|
||||
}
|
||||
|
||||
public bool IsGroupMember(UUID groupID)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public ulong GetGroupPowers(UUID groupID)
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user