diff options
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index 3881dcd..70d9f23 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |||
@@ -114,6 +114,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments | |||
114 | return; | 114 | return; |
115 | } | 115 | } |
116 | 116 | ||
117 | // m_log.DebugFormat("[ATTACHMENTS MODULE]: Rezzing any attachments for {0}", sp.Name); | ||
118 | |||
117 | List<AvatarAttachment> attachments = sp.Appearance.GetAttachments(); | 119 | List<AvatarAttachment> attachments = sp.Appearance.GetAttachments(); |
118 | foreach (AvatarAttachment attach in attachments) | 120 | foreach (AvatarAttachment attach in attachments) |
119 | { | 121 | { |