*Hopefully fixed the empty dialog box error on client when logging in on sandbox mode

This commit is contained in:
mingchen
2007-06-29 01:58:16 +00:00
parent 135e9b1f53
commit 90b01ba80c
7 changed files with 7 additions and 7 deletions

View File

@@ -182,7 +182,6 @@ namespace OpenSim.Region.Communications.Local
/// <returns></returns>
public bool AddNewSession(ulong regionHandle, Login loginData)
{
//Console.WriteLine(" comms manager been told to expect new user");
AgentCircuitData agent = new AgentCircuitData();
agent.AgentID = loginData.Agent;
agent.firstname = loginData.First;

View File

@@ -88,7 +88,7 @@ namespace OpenSim.Region.Communications.Local
"'position':[r" + theUser.homeLocation.X.ToString() + ",r" + theUser.homeLocation.Y.ToString() + ",r" + theUser.homeLocation.Z.ToString() + "], " +
"'look_at':[r" + theUser.homeLocation.X.ToString() + ",r" + theUser.homeLocation.Y.ToString() + ",r" + theUser.homeLocation.Z.ToString() + "]}";
string capsPath = Util.GetRandomCapsPath();
response.SimAddress = reg.CommsIPListenAddr;
response.SimAddress = reg.CommsExternalAddress;
response.SimPort = (Int32)reg.CommsIPListenPort;
response.RegionX = reg.RegionLocX ;
response.RegionY = reg.RegionLocY ;