aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index 65511bc..52f9b51 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -2121,8 +2121,9 @@ namespace OpenSim.Region.Framework.Scenes
2121 } 2121 }
2122 else 2122 else
2123 { 2123 {
2124 if ((!isPhantom || isPhysical || _VolumeDetectActive) && !ParentGroup.IsAttachment 2124 if ((!isPhantom || isPhysical || _VolumeDetectActive)
2125 && !(Shape.PathCurve == (byte)Extrusion.Flexible)) 2125 && !ParentGroup.IsAttachmentCheckFull()
2126 && !(Shape.PathCurve == (byte)Extrusion.Flexible))
2126 { 2127 {
2127 AddToPhysics(isPhysical, isPhantom, building, isPhysical); 2128 AddToPhysics(isPhysical, isPhantom, building, isPhysical);
2128 UpdatePhysicsSubscribedEvents(); // not sure if appliable here 2129 UpdatePhysicsSubscribedEvents(); // not sure if appliable here