diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Communications/LoginResponse.cs | 2 | ||||
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/LoginResponse.cs b/OpenSim/Framework/Communications/LoginResponse.cs index a093c9d..a815662 100644 --- a/OpenSim/Framework/Communications/LoginResponse.cs +++ b/OpenSim/Framework/Communications/LoginResponse.cs | |||
@@ -244,7 +244,7 @@ namespace OpenSim.Framework.UserManagement | |||
244 | { | 244 | { |
245 | return | 245 | return |
246 | (GenerateFailureResponse("presence", | 246 | (GenerateFailureResponse("presence", |
247 | "You appear to be already logged in, if this is not the case please wait for your session to timeout, if this takes longer than a few minutes please contact the grid owner", | 247 | "You appear to be already logged in, if this is not the case please wait for your session to timeout, if this takes longer than a few minutes please contact the grid owner. Please wait 5 minutes if you are going to connect to a region nearby to the region you were at previously.", |
248 | "false")); | 248 | "false")); |
249 | } | 249 | } |
250 | 250 | ||
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index dede607..72b408b 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -164,7 +164,7 @@ namespace OpenSim.Framework.UserManagement | |||
164 | // If agentOnline could not turn from true back to false normally | 164 | // If agentOnline could not turn from true back to false normally |
165 | // because of some problem, for instance, the crashment of server or client, | 165 | // because of some problem, for instance, the crashment of server or client, |
166 | // the user cannot log in any longer. | 166 | // the user cannot log in any longer. |
167 | userProfile.currentAgent = null; | 167 | userProfile.currentAgent.agentOnline = false; |
168 | m_userManager.CommitAgent(ref userProfile); | 168 | m_userManager.CommitAgent(ref userProfile); |
169 | 169 | ||
170 | // Reject the login | 170 | // Reject the login |