diff options
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/UserServer/UserLoginService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index de0099f..1ba817d 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs | |||
@@ -316,6 +316,7 @@ namespace OpenSim.Grid.UserServer | |||
316 | m_log.InfoFormat( | 316 | m_log.InfoFormat( |
317 | "[LOGIN]: Telling {0} @ {1},{2} ({3}) to prepare for client connection", | 317 | "[LOGIN]: Telling {0} @ {1},{2} ({3}) to prepare for client connection", |
318 | regionInfo.regionName, response.RegionX, response.RegionY, regionInfo.httpServerURI); | 318 | regionInfo.regionName, response.RegionX, response.RegionY, regionInfo.httpServerURI); |
319 | |||
319 | // Update agent with target sim | 320 | // Update agent with target sim |
320 | user.CurrentAgent.Region = regionInfo.UUID; | 321 | user.CurrentAgent.Region = regionInfo.UUID; |
321 | user.CurrentAgent.Handle = regionInfo.regionHandle; | 322 | user.CurrentAgent.Handle = regionInfo.regionHandle; |