Allow the sim owner to add estate managers to any estate on the sim
This commit is contained in:
Melanie Thielker
2008-08-19 20:55:34 +00:00
parent 5cb0d4fcac
commit 40fa68d3e5

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;