mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Merge branch 'master' into careminster-presence-refactor
This commit is contained in:
@@ -344,9 +344,9 @@ namespace OpenSim.Services.LLLoginService
|
||||
//
|
||||
// Instantiate/get the simulation interface and launch an agent at the destination
|
||||
//
|
||||
string reason = string.Empty;
|
||||
string reason = string.Empty;
|
||||
GridRegion dest;
|
||||
AgentCircuitData aCircuit = LaunchAgentAtGrid(gatekeeper, destination, account, avatar, session, secureSession, position, where, clientVersion, clientIP, out where, out reason, out dest);
|
||||
AgentCircuitData aCircuit = LaunchAgentAtGrid(gatekeeper, destination, account, avatar, session, secureSession, position, where, clientVersion, clientIP, out where, out reason, out dest);
|
||||
destination = dest;
|
||||
if (aCircuit == null)
|
||||
{
|
||||
@@ -691,7 +691,11 @@ namespace OpenSim.Services.LLLoginService
|
||||
}
|
||||
}
|
||||
}
|
||||
<<<<<<< HEAD:OpenSim/Services/LLLoginService/LLLoginService.cs
|
||||
}
|
||||
=======
|
||||
}
|
||||
>>>>>>> master:OpenSim/Services/LLLoginService/LLLoginService.cs
|
||||
dest = destination;
|
||||
if (success)
|
||||
return aCircuit;
|
||||
|
||||
Reference in New Issue
Block a user