aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments
diff options
context:
space:
mode:
authorMelanie2013-03-29 01:50:34 +0000
committerMelanie2013-03-29 01:50:34 +0000
commit120903efb66f30ba5d009ceed7203a5589e2ff80 (patch)
treeff3a3e697464cfc96d95df2a5c822ca3ee30529b /OpenSim/Region/CoreModules/Avatar/Attachments
parentMerge commit '6a9630d2bdc27ed702936f4c44e6978f728a9ef0' into careminster (diff)
parentMove the simulator-side RezAttachments call on login to SP.MakeRootAgent with... (diff)
downloadopensim-SC_OLD-120903efb66f30ba5d009ceed7203a5589e2ff80.zip
opensim-SC_OLD-120903efb66f30ba5d009ceed7203a5589e2ff80.tar.gz
opensim-SC_OLD-120903efb66f30ba5d009ceed7203a5589e2ff80.tar.bz2
opensim-SC_OLD-120903efb66f30ba5d009ceed7203a5589e2ff80.tar.xz
Merge commit 'c2093ccce16cd5210c8e0759f23b5b4bd205b7af' into careminster
Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Attachments')
-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 f62512e..6eeef45 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
@@ -168,7 +168,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
168 return; 168 return;
169 } 169 }
170 170
171// m_log.DebugFormat("[ATTACHMENTS MODULE]: Rezzing any attachments for {0}", sp.Name); 171// m_log.DebugFormat("[ATTACHMENTS MODULE]: Rezzing any attachments for {0} from simulator-side", sp.Name);
172 172
173 XmlDocument doc = new XmlDocument(); 173 XmlDocument doc = new XmlDocument();
174 string stateData = String.Empty; 174 string stateData = String.Empty;