Fixes a long-standing bug related to god-mode change ownership of objects permissive, where the permissions of the children prims' inventory items were not changed. As a consequence, we couldn't control some of the objects imported via HG and OARs even in god mode.

This commit is contained in:
Diva Canto
2014-04-24 14:11:42 -07:00
parent 6efc203ce8
commit 1d9a9e6004
2 changed files with 6 additions and 4 deletions

View File

@@ -2040,7 +2040,7 @@ namespace OpenSim.Region.Framework.Scenes
deleteGroups.Add(grp);
// If child prims have invalid perms, fix them
grp.AdjustChildPrimPermissions();
grp.AdjustChildPrimPermissions(false);
if (remoteClient == null)
{