diff options
author | Jeff Ames | 2010-11-08 07:48:35 -0500 |
---|---|---|
committer | Jeff Ames | 2010-11-08 07:48:35 -0500 |
commit | ae9c4a4d118e126b4f849bbfed112d0971459339 (patch) | |
tree | 6663b9a8f36fa5e21eb1c5f2560f8e177066ba57 /OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |
parent | Reinstate a lost fix (diff) | |
download | opensim-SC-ae9c4a4d118e126b4f849bbfed112d0971459339.zip opensim-SC-ae9c4a4d118e126b4f849bbfed112d0971459339.tar.gz opensim-SC-ae9c4a4d118e126b4f849bbfed112d0971459339.tar.bz2 opensim-SC-ae9c4a4d118e126b4f849bbfed112d0971459339.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 2 |
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 | { |