diff options
author | MW | 2007-05-17 14:37:57 +0000 |
---|---|---|
committer | MW | 2007-05-17 14:37:57 +0000 |
commit | 915b8962a37b2dd0e5e75540862f5347c820b2dc (patch) | |
tree | 84040b06ec9a4273305234dcb1b21f2db36f8bf2 /OpenSim/OpenSimMain.cs | |
parent | * minor rearrangement for clarity (diff) | |
download | opensim-SC_OLD-915b8962a37b2dd0e5e75540862f5347c820b2dc.zip opensim-SC_OLD-915b8962a37b2dd0e5e75540862f5347c820b2dc.tar.gz opensim-SC_OLD-915b8962a37b2dd0e5e75540862f5347c820b2dc.tar.bz2 opensim-SC_OLD-915b8962a37b2dd0e5e75540862f5347c820b2dc.tar.xz |
Hopefully everything is working again
Diffstat (limited to 'OpenSim/OpenSimMain.cs')
-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 | }); |