dont block a region just bc it doesnt have the requested map item

avinationmerge
UbitUmarov 2015-09-17 21:17:04 +01:00
parent f4093a04e7
commit ab18c801a9
1 changed files with 0 additions and 10 deletions

View File

@ -918,16 +918,6 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
}
}
if (!responseMap.ContainsKey(itemtype.ToString())) // remote sim doesnt have the stated region handle
{
m_log.DebugFormat("[WORLD MAP]: Remote sim does not have the stated region. Blacklisting.");
lock (m_blacklistedregions)
{
if (!m_blacklistedregions.ContainsKey(regionhandle))
m_blacklistedregions.Add(regionhandle, Environment.TickCount);
}
}
Interlocked.Decrement(ref nAsyncRequests);
flags &= 0xffff;