diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/AgentCircuitData.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/AgentCircuitData.cs b/OpenSim/Framework/AgentCircuitData.cs index 4529944..5a9eeb5 100644 --- a/OpenSim/Framework/AgentCircuitData.cs +++ b/OpenSim/Framework/AgentCircuitData.cs | |||
@@ -77,7 +77,7 @@ namespace OpenSim.Framework | |||
77 | public bool child; | 77 | public bool child; |
78 | 78 | ||
79 | /// <summary> | 79 | /// <summary> |
80 | /// Number given to the client when they log-in that they provide | 80 | /// Number given to the client when they log-in that they provide |
81 | /// as credentials to the UDP server | 81 | /// as credentials to the UDP server |
82 | /// </summary> | 82 | /// </summary> |
83 | public uint circuitcode; | 83 | public uint circuitcode; |
@@ -328,7 +328,7 @@ namespace OpenSim.Framework | |||
328 | Vector3.TryParse(args["start_pos"].AsString(), out startpos); | 328 | Vector3.TryParse(args["start_pos"].AsString(), out startpos); |
329 | 329 | ||
330 | //m_log.InfoFormat("[AGENTCIRCUITDATA]: agentid={0}, child={1}, startpos={2}", AgentID, child, startpos); | 330 | //m_log.InfoFormat("[AGENTCIRCUITDATA]: agentid={0}, child={1}, startpos={2}", AgentID, child, startpos); |
331 | 331 | ||
332 | try | 332 | try |
333 | { | 333 | { |
334 | // Unpack various appearance elements | 334 | // Unpack various appearance elements |
@@ -353,7 +353,7 @@ namespace OpenSim.Framework | |||
353 | { | 353 | { |
354 | m_log.ErrorFormat("[AGENTCIRCUITDATA] failed to unpack appearance; {0}",e.Message); | 354 | m_log.ErrorFormat("[AGENTCIRCUITDATA] failed to unpack appearance; {0}",e.Message); |
355 | } | 355 | } |
356 | 356 | ||
357 | ServiceURLs = new Dictionary<string, object>(); | 357 | ServiceURLs = new Dictionary<string, object>(); |
358 | // Try parse the new way, OSDMap | 358 | // Try parse the new way, OSDMap |
359 | if (args.ContainsKey("serviceurls") && args["serviceurls"] != null && (args["serviceurls"]).Type == OSDType.Map) | 359 | if (args.ContainsKey("serviceurls") && args["serviceurls"] != null && (args["serviceurls"]).Type == OSDType.Map) |