mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user