aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs
diff options
context:
space:
mode:
authorDiva Canto2009-12-19 10:16:07 -0800
committerDiva Canto2009-12-19 10:16:07 -0800
commit26e3a8ee4b63f67b7fd3957b9f8b94d874ed5627 (patch)
tree5ce45b14bfd434d93ca1ec87710c979989b6d330 /OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs
parentrandom drive-by minor math optimization. No need for concern, bitshed was wit... (diff)
downloadopensim-SC_OLD-26e3a8ee4b63f67b7fd3957b9f8b94d874ed5627.zip
opensim-SC_OLD-26e3a8ee4b63f67b7fd3957b9f8b94d874ed5627.tar.gz
opensim-SC_OLD-26e3a8ee4b63f67b7fd3957b9f8b94d874ed5627.tar.bz2
opensim-SC_OLD-26e3a8ee4b63f67b7fd3957b9f8b94d874ed5627.tar.xz
* Bug fix in HG: preserve the home region coordinates across multiple HG TPs.
* Removed unnecessary debug messages.
Diffstat (limited to 'OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs')
-rw-r--r--OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs b/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs
index 2f33bab..968a6d6 100644
--- a/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs
@@ -92,12 +92,12 @@ namespace OpenSim.Services.Connectors.Grid
92 try 92 try
93 { 93 {
94 UUID.TryParse((string)hash["uuid"], out uuid); 94 UUID.TryParse((string)hash["uuid"], out uuid);
95 m_log.Debug(">> HERE, uuid: " + uuid); 95 //m_log.Debug(">> HERE, uuid: " + uuid);
96 info.RegionID = uuid; 96 info.RegionID = uuid;
97 if ((string)hash["handle"] != null) 97 if ((string)hash["handle"] != null)
98 { 98 {
99 realHandle = Convert.ToUInt64((string)hash["handle"]); 99 realHandle = Convert.ToUInt64((string)hash["handle"]);
100 m_log.Debug(">> HERE, realHandle: " + realHandle); 100 //m_log.Debug(">> HERE, realHandle: " + realHandle);
101 } 101 }
102 //if (hash["region_image"] != null) 102 //if (hash["region_image"] != null)
103 //{ 103 //{