Don't register a region twice on both official registration and maptile regeneration.

Maptile storage appears orthogonal to region registration
This commit is contained in:
Justin Clark-Casey (justincc)
2011-11-19 00:07:34 +00:00
parent f72c4bdba5
commit 01ae916bad
4 changed files with 11 additions and 8 deletions

View File

@@ -129,7 +129,9 @@ namespace OpenSim.Services.Connectors
}
else
m_log.DebugFormat("[MAP IMAGE CONNECTOR]: RegisterRegion received null reply");
{
m_log.DebugFormat("[MAP IMAGE CONNECTOR]: Map post received null reply");
}
}
catch (Exception e)
{