diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index cd8c9a5..746a5ce 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -2096,9 +2096,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
2096 | // If child prims have invalid perms, fix them | 2096 | // If child prims have invalid perms, fix them |
2097 | grp.AdjustChildPrimPermissions(); | 2097 | grp.AdjustChildPrimPermissions(); |
2098 | 2098 | ||
2099 | // If child prims have invalid perms, fix them | ||
2100 | grp.AdjustChildPrimPermissions(); | ||
2101 | |||
2102 | if (remoteClient == null) | 2099 | if (remoteClient == null) |
2103 | { | 2100 | { |
2104 | // Autoreturn has a null client. Nothing else does. So | 2101 | // Autoreturn has a null client. Nothing else does. So |