* Bug fix in HG: preserve the home region coordinates across multiple HG TPs.

* Removed unnecessary debug messages.
This commit is contained in:
Diva Canto
2009-12-19 10:16:07 -08:00
parent 9485f17bf9
commit 26e3a8ee4b
3 changed files with 16 additions and 5 deletions

View File

@@ -92,12 +92,12 @@ namespace OpenSim.Services.Connectors.Grid
try
{
UUID.TryParse((string)hash["uuid"], out uuid);
m_log.Debug(">> HERE, uuid: " + uuid);
//m_log.Debug(">> HERE, uuid: " + uuid);
info.RegionID = uuid;
if ((string)hash["handle"] != null)
{
realHandle = Convert.ToUInt64((string)hash["handle"]);
m_log.Debug(">> HERE, realHandle: " + realHandle);
//m_log.Debug(">> HERE, realHandle: " + realHandle);
}
//if (hash["region_image"] != null)
//{