diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index 17c7661..7640fc0 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -2573,8 +2573,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
2573 | if (ParentGroup.IsDeleted) | 2573 | if (ParentGroup.IsDeleted) |
2574 | return; | 2574 | return; |
2575 | 2575 | ||
2576 | if (ParentGroup.IsAttachment && (ParentGroup.AttachedAvatar != remoteClient.AgentId) && | 2576 | if (ParentGroup.IsAttachment |
2577 | (ParentGroup.AttachmentPoint >= 31) && (ParentGroup.AttachmentPoint <= 38)) | 2577 | && ParentGroup.AttachedAvatar != remoteClient.AgentId |
2578 | && ParentGroup.HasPrivateAttachmentPoint) | ||
2578 | return; | 2579 | return; |
2579 | 2580 | ||
2580 | if (remoteClient.AgentId == OwnerID) | 2581 | if (remoteClient.AgentId == OwnerID) |