From ab18c801a90541a74dbb3d864e18604635145fbe Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 17 Sep 2015 21:17:04 +0100 Subject: dont block a region just bc it doesnt have the requested map item --- OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs b/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs index d41872fc..f28a105 100644 --- a/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs +++ b/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs @@ -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; -- cgit v1.1