mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Works for grid login.
This commit is contained in:
@@ -105,6 +105,8 @@ namespace OpenSim.Services.Connectors.Simulation
|
||||
|
||||
// Fill it in
|
||||
OSDMap args = PackCreateAgentArguments(aCircuit, destination, flags);
|
||||
if (args == null)
|
||||
return false;
|
||||
|
||||
string strBuffer = "";
|
||||
byte[] buffer = new byte[1];
|
||||
@@ -210,6 +212,7 @@ namespace OpenSim.Services.Connectors.Simulation
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.Debug("[REMOTE SIMULATION CONNECTOR]: PackAgentCircuitData failed with exception: " + e.Message);
|
||||
return null;
|
||||
}
|
||||
// Add the input arguments
|
||||
args["destination_x"] = OSD.FromString(destination.RegionLocX.ToString());
|
||||
|
||||
Reference in New Issue
Block a user