diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/OpenSimMain.cs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/OpenSim/OpenSimMain.cs b/OpenSim/OpenSimMain.cs index 8edadc3..d4b78a7 100644 --- a/OpenSim/OpenSimMain.cs +++ b/OpenSim/OpenSimMain.cs | |||
@@ -281,14 +281,7 @@ namespace OpenSim | |||
281 | 281 | ||
282 | RemoteGridBase gridServer = (RemoteGridBase)this.GridServers.GridServer; | 282 | RemoteGridBase gridServer = (RemoteGridBase)this.GridServers.GridServer; |
283 | 283 | ||
284 | AgentCircuitData agentCircuit; | 284 | AuthenticateSessionsHandler.UpdateAgentData(agent_data); |
285 | |||
286 | if (gridServer.agentcircuits.TryGetValue(circuitcode, out agentCircuit)) | ||
287 | { | ||
288 | agentCircuit.firstname = agent_data.firstname; | ||
289 | agentCircuit.lastname = agent_data.lastname; | ||
290 | agentCircuit.startpos = agent_data.startpos; | ||
291 | } | ||
292 | 285 | ||
293 | return new XmlRpcResponse(); | 286 | return new XmlRpcResponse(); |
294 | }); | 287 | }); |