diff options
author | UbitUmarov | 2015-09-17 21:17:04 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-17 21:17:04 +0100 |
commit | ab18c801a90541a74dbb3d864e18604635145fbe (patch) | |
tree | c977a72e548d378c4f10911f4fa9eb7096a8e082 /OpenSim | |
parent | dont create terrain map asset for V1 viewers on large regions again, but do c... (diff) | |
download | opensim-SC-ab18c801a90541a74dbb3d864e18604635145fbe.zip opensim-SC-ab18c801a90541a74dbb3d864e18604635145fbe.tar.gz opensim-SC-ab18c801a90541a74dbb3d864e18604635145fbe.tar.bz2 opensim-SC-ab18c801a90541a74dbb3d864e18604635145fbe.tar.xz |
dont block a region just bc it doesnt have the requested map item
Diffstat (limited to 'OpenSim')
-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; |