Reinstate a check that i overzealously removed. Permissions are not slammed
without owner change anymore0.6.1-post-fixes
parent
d50c752dbe
commit
48149f36c0
|
@ -975,7 +975,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
agentItem.InvType = taskItem.InvType;
|
agentItem.InvType = taskItem.InvType;
|
||||||
agentItem.Flags = taskItem.Flags;
|
agentItem.Flags = taskItem.Flags;
|
||||||
|
|
||||||
if (Permissions.PropagatePermissions())
|
if ((part.OwnerID != destAgent) && Permissions.PropagatePermissions())
|
||||||
{
|
{
|
||||||
agentItem.BasePermissions = taskItem.NextPermissions;
|
agentItem.BasePermissions = taskItem.NextPermissions;
|
||||||
agentItem.CurrentPermissions = taskItem.NextPermissions | 8;
|
agentItem.CurrentPermissions = taskItem.NextPermissions | 8;
|
||||||
|
|
Loading…
Reference in New Issue