diff options
-rw-r--r-- | OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs | 10 |
1 files changed, 0 insertions, 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 | |||
918 | } | 918 | } |
919 | } | 919 | } |
920 | 920 | ||
921 | if (!responseMap.ContainsKey(itemtype.ToString())) // remote sim doesnt have the stated region handle | ||
922 | { | ||
923 | m_log.DebugFormat("[WORLD MAP]: Remote sim does not have the stated region. Blacklisting."); | ||
924 | lock (m_blacklistedregions) | ||
925 | { | ||
926 | if (!m_blacklistedregions.ContainsKey(regionhandle)) | ||
927 | m_blacklistedregions.Add(regionhandle, Environment.TickCount); | ||
928 | } | ||
929 | } | ||
930 | |||
931 | Interlocked.Decrement(ref nAsyncRequests); | 921 | Interlocked.Decrement(ref nAsyncRequests); |
932 | 922 | ||
933 | flags &= 0xffff; | 923 | flags &= 0xffff; |