diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/Services/LoginService.cs | 2 |
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 | ||