mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking permissions modules. From Melanie. Thanks Melanie!
This commit is contained in:
@@ -1351,7 +1351,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
if (part.OwnerID != cAgentID)
|
||||
{
|
||||
// Apply Next Owner Permissions if we're not bypassing permissions
|
||||
if (!m_scene.Permissions.BypassPermissions)
|
||||
if (!m_scene.ExternalChecks.ExternalChecksBypassPermissions())
|
||||
m_rootPart.ApplyNextOwnerPermissions();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user