mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Committing patch from Melanie. 0001290: [PATCH] implement permissions propagation and script module hooks. Thanks Melanie!
* Implements quite a few inventory related perms. * (from Teravus) Fixes Take Copy
This commit is contained in:
@@ -1352,7 +1352,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
// Apply Next Owner Permissions if we're not bypassing permissions
|
||||
if (!m_scene.ExternalChecks.ExternalChecksBypassPermissions())
|
||||
m_rootPart.ApplyNextOwnerPermissions();
|
||||
ApplyNextOwnerPermissions();
|
||||
}
|
||||
|
||||
part.ScheduleFullUpdate();
|
||||
|
||||
Reference in New Issue
Block a user