aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-12-09 22:32:28 +0000
committerJustin Clark-Casey (justincc)2011-12-09 22:32:28 +0000
commit4e9f50b878ae9d09e976ea7bc81f230ce9637cf4 (patch)
treed7824616139b501192b67914cc0d338147329180 /OpenSim/Region
parentRevert "Revert "Stop performing the asset save part of baked texture uploadin... (diff)
downloadopensim-SC_OLD-4e9f50b878ae9d09e976ea7bc81f230ce9637cf4.zip
opensim-SC_OLD-4e9f50b878ae9d09e976ea7bc81f230ce9637cf4.tar.gz
opensim-SC_OLD-4e9f50b878ae9d09e976ea7bc81f230ce9637cf4.tar.bz2
opensim-SC_OLD-4e9f50b878ae9d09e976ea7bc81f230ce9637cf4.tar.xz
Add commented log lines to FetchInventoryDescendents2 path for future use.
Haven't been able to resolve issue where attachments are removed by the viewer on relog on a localhost
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs2
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 2349e40..280fdc7 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
@@ -113,6 +113,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
113 return; 113 return;
114 } 114 }
115 115
116// m_log.DebugFormat("[ATTACHMENTS MODULE]: Rezzing any attachments for {0}", sp.Name);
117
116 List<AvatarAttachment> attachments = sp.Appearance.GetAttachments(); 118 List<AvatarAttachment> attachments = sp.Appearance.GetAttachments();
117 foreach (AvatarAttachment attach in attachments) 119 foreach (AvatarAttachment attach in attachments)
118 { 120 {