Allow the sim owner to add estate managers to any estate on the sim
0.6.0-stable
Melanie Thielker 2008-08-19 20:55:34 +00:00
parent 5cb0d4fcac
commit 40fa68d3e5
1 changed files with 3 additions and 0 deletions

View File

@ -644,6 +644,9 @@ namespace OpenSim.Region.Environment.Modules.World.Permissions
DebugPermissionInformation(MethodInfo.GetCurrentMethod().Name);
if (m_bypassPermissions) return m_bypassPermissionsValue;
if (IsAdministrator(user))
return true;
if (m_scene.RegionInfo.EstateSettings.IsEstateOwner(user))
return true;