Hopefully everything is working again

This commit is contained in:
MW
2007-05-17 14:37:57 +00:00
parent 333e8fe54f
commit 915b8962a3
3 changed files with 15 additions and 12 deletions

View File

@@ -281,14 +281,7 @@ namespace OpenSim
RemoteGridBase gridServer = (RemoteGridBase)this.GridServers.GridServer;
AgentCircuitData agentCircuit;
if (gridServer.agentcircuits.TryGetValue(circuitcode, out agentCircuit))
{
agentCircuit.firstname = agent_data.firstname;
agentCircuit.lastname = agent_data.lastname;
agentCircuit.startpos = agent_data.startpos;
}
AuthenticateSessionsHandler.UpdateAgentData(agent_data);
return new XmlRpcResponse();
});