mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
*Hopefully fixed the empty dialog box error on client when logging in on sandbox mode
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user