mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Patch adds bool IsManager(LLUUID) to IEstateModule.
Returns true whenever the LLUUID references a user who is either an EM or the region owner. Please note that ownership is region-scoped, while EM is estate-scoped.
This commit is contained in:
@@ -34,5 +34,6 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
public interface IEstateModule : IRegionModule
|
||||
{
|
||||
uint GetRegionFlags();
|
||||
bool IsManager(LLUUID avatarID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user