formatting
parent
663bfbb372
commit
8d431c6359
|
@ -3421,15 +3421,15 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
if (attachmentPoint >= 0)
|
if (attachmentPoint >= 0)
|
||||||
{
|
{
|
||||||
lock (m_attachments)
|
lock (m_attachments)
|
||||||
{
|
|
||||||
foreach (SceneObjectGroup so in m_attachments)
|
|
||||||
{
|
{
|
||||||
if (attachmentPoint == so.AttachmentPoint)
|
foreach (SceneObjectGroup so in m_attachments)
|
||||||
attachments.Add(so);
|
{
|
||||||
|
if (attachmentPoint == so.AttachmentPoint)
|
||||||
|
attachments.Add(so);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
return attachments;
|
return attachments;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue