mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
*Complete redo of the permissions module
*Removed hardcoded permissions checks *Added permissions checks where needed
This commit is contained in:
@@ -32,6 +32,7 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
public interface IScenePermissions
|
||||
{
|
||||
bool BypassPermissions { get; set; }
|
||||
bool BypassPermissionsValue { get; set; }
|
||||
uint GenerateClientFlags(LLUUID user, LLUUID objID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user