Fix bad child prim permissions that can make objects change perms after rezzing

This commit is contained in:
Melanie
2012-08-23 23:09:32 +02:00
parent 450207d4d8
commit c1a0c7fad1
3 changed files with 39 additions and 3 deletions

View File

@@ -1983,6 +1983,9 @@ namespace OpenSim.Region.Framework.Scenes
SceneObjectGroup grp = part.ParentGroup;
// If child prims have invalid perms, fix them
grp.AdjustChildPrimPermissions();
if (remoteClient == null)
{
// Autoreturn has a null client. Nothing else does. So