diff options
author | Justin Clarke Casey | 2008-11-14 21:06:40 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-14 21:06:40 +0000 |
commit | 00d61145255d08ccd4bcc0e60262cbedabf08476 (patch) | |
tree | 41f133513b54233ecdaa0c90ff8604136d4056e2 /OpenSim/Region/Communications/Local/LocalLoginService.cs | |
parent | * minor: remove mono compiler warnings (diff) | |
download | opensim-SC_OLD-00d61145255d08ccd4bcc0e60262cbedabf08476.zip opensim-SC_OLD-00d61145255d08ccd4bcc0e60262cbedabf08476.tar.gz opensim-SC_OLD-00d61145255d08ccd4bcc0e60262cbedabf08476.tar.bz2 opensim-SC_OLD-00d61145255d08ccd4bcc0e60262cbedabf08476.tar.xz |
* test: Add scene root agent test stub, since I'll be picking up with something else the next time I start coding on OpenSim
Diffstat (limited to 'OpenSim/Region/Communications/Local/LocalLoginService.cs')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalLoginService.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs index 70be635..9caeda4 100644 --- a/OpenSim/Region/Communications/Local/LocalLoginService.cs +++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs | |||
@@ -176,6 +176,7 @@ namespace OpenSim.Region.Communications.Local | |||
176 | regionX, regionY, | 176 | regionX, regionY, |
177 | theUser.HomeLocation.X, theUser.HomeLocation.Y, theUser.HomeLocation.Z, | 177 | theUser.HomeLocation.X, theUser.HomeLocation.Y, theUser.HomeLocation.Z, |
178 | theUser.HomeLookAt.X, theUser.HomeLookAt.Y, theUser.HomeLookAt.Z); | 178 | theUser.HomeLookAt.X, theUser.HomeLookAt.Y, theUser.HomeLookAt.Z); |
179 | |||
179 | m_log.InfoFormat("[LOGIN] Home region of user {0} {1} is not available; using computed region position {2} {3}", | 180 | m_log.InfoFormat("[LOGIN] Home region of user {0} {1} is not available; using computed region position {2} {3}", |
180 | theUser.FirstName, theUser.SurName, | 181 | theUser.FirstName, theUser.SurName, |
181 | regionX, regionY); | 182 | regionX, regionY); |
@@ -318,9 +319,6 @@ namespace OpenSim.Region.Communications.Local | |||
318 | seedcap = "http://" + regionInfo.ExternalEndPoint.Address.ToString() + ":" + serversInfo.HttpListenerPort + "/CAPS/" + capsPath + "0000/"; | 319 | seedcap = "http://" + regionInfo.ExternalEndPoint.Address.ToString() + ":" + serversInfo.HttpListenerPort + "/CAPS/" + capsPath + "0000/"; |
319 | } | 320 | } |
320 | 321 | ||
321 | |||
322 | |||
323 | |||
324 | response.SeedCapability = seedcap; //regionInfo.ExternalEndPoint.Address.ToString() + ":" + regionInfo.HttpPort + "/CAPS/" + capsPath + "0000/"; | 322 | response.SeedCapability = seedcap; //regionInfo.ExternalEndPoint.Address.ToString() + ":" + regionInfo.HttpPort + "/CAPS/" + capsPath + "0000/"; |
325 | 323 | ||
326 | // Notify the target of an incoming user | 324 | // Notify the target of an incoming user |