aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications
diff options
context:
space:
mode:
authorDiva Canto2009-08-16 19:54:49 -0700
committerDiva Canto2009-08-16 19:54:49 -0700
commit67a629081eaf28176aa7920e4a4aba8497905cfb (patch)
tree0fc57105122d659ed45122089ca1214852a25ab1 /OpenSim/Framework/Communications
parentRemove the call to ResetAttachments upon login. The info in the DB should alw... (diff)
downloadopensim-SC_OLD-67a629081eaf28176aa7920e4a4aba8497905cfb.zip
opensim-SC_OLD-67a629081eaf28176aa7920e4a4aba8497905cfb.tar.gz
opensim-SC_OLD-67a629081eaf28176aa7920e4a4aba8497905cfb.tar.bz2
opensim-SC_OLD-67a629081eaf28176aa7920e4a4aba8497905cfb.tar.xz
uh. how about *really* removing it, and not just write a comment above, hey diva?
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r--OpenSim/Framework/Communications/Services/LoginService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Services/LoginService.cs b/OpenSim/Framework/Communications/Services/LoginService.cs
index 1b4c016..8a8108b 100644
--- a/OpenSim/Framework/Communications/Services/LoginService.cs
+++ b/OpenSim/Framework/Communications/Services/LoginService.cs
@@ -206,7 +206,7 @@ namespace OpenSim.Framework.Communications.Services
206 // Create a new agent session 206 // Create a new agent session
207 207
208 // XXYY we don't need this 208 // XXYY we don't need this
209 m_userManager.ResetAttachments(userProfile.ID); 209 //m_userManager.ResetAttachments(userProfile.ID);
210 210
211 CreateAgent(userProfile, request); 211 CreateAgent(userProfile, request);
212 212