aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
diff options
context:
space:
mode:
authorJeff Ames2010-11-08 07:48:35 -0500
committerJeff Ames2010-11-08 07:48:35 -0500
commitae9c4a4d118e126b4f849bbfed112d0971459339 (patch)
tree6663b9a8f36fa5e21eb1c5f2560f8e177066ba57 /OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
parentReinstate a lost fix (diff)
downloadopensim-SC_OLD-ae9c4a4d118e126b4f849bbfed112d0971459339.zip
opensim-SC_OLD-ae9c4a4d118e126b4f849bbfed112d0971459339.tar.gz
opensim-SC_OLD-ae9c4a4d118e126b4f849bbfed112d0971459339.tar.bz2
opensim-SC_OLD-ae9c4a4d118e126b4f849bbfed112d0971459339.tar.xz
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
index 9c1154b..348b8b9 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
@@ -178,7 +178,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
178 UUID itemID = UUID.Zero; 178 UUID itemID = UUID.Zero;
179 if (sp != null) 179 if (sp != null)
180 { 180 {
181 foreach(SceneObjectGroup grp in sp.Attachments) 181 foreach (SceneObjectGroup grp in sp.Attachments)
182 { 182 {
183 if (grp.GetAttachmentPoint() == (byte)AttachmentPt) 183 if (grp.GetAttachmentPoint() == (byte)AttachmentPt)
184 { 184 {