mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
formatting
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
663bfbb372
commit
8d431c6359
@@ -3421,15 +3421,15 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
if (attachmentPoint >= 0)
|
||||
{
|
||||
lock (m_attachments)
|
||||
{
|
||||
foreach (SceneObjectGroup so in m_attachments)
|
||||
lock (m_attachments)
|
||||
{
|
||||
if (attachmentPoint == so.AttachmentPoint)
|
||||
attachments.Add(so);
|
||||
foreach (SceneObjectGroup so in m_attachments)
|
||||
{
|
||||
if (attachmentPoint == so.AttachmentPoint)
|
||||
attachments.Add(so);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return attachments;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user