mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user