aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
diff options
context:
space:
mode:
authoropensim mirror account2010-11-08 04:50:04 -0800
committeropensim mirror account2010-11-08 04:50:04 -0800
commit4a20a544d67bec4243208fe64e09bc5a260dc00b (patch)
tree6663b9a8f36fa5e21eb1c5f2560f8e177066ba57 /OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
parentMerge branch 'master' of /var/git/opensim/ (diff)
parentFormatting cleanup. (diff)
downloadopensim-SC-4a20a544d67bec4243208fe64e09bc5a260dc00b.zip
opensim-SC-4a20a544d67bec4243208fe64e09bc5a260dc00b.tar.gz
opensim-SC-4a20a544d67bec4243208fe64e09bc5a260dc00b.tar.bz2
opensim-SC-4a20a544d67bec4243208fe64e09bc5a260dc00b.tar.xz
Merge branch 'master' of /var/git/opensim/
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 {