aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World
diff options
context:
space:
mode:
authorDiva Canto2014-06-01 10:18:53 -0700
committerDiva Canto2014-06-01 10:18:53 -0700
commit94d0ae0d911710cc97560f4d74fd574d51217a30 (patch)
treecf1d2369bd541f5d95d71d552aeea9e31a61ae8f /OpenSim/Region/CoreModules/World
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-94d0ae0d911710cc97560f4d74fd574d51217a30.zip
opensim-SC_OLD-94d0ae0d911710cc97560f4d74fd574d51217a30.tar.gz
opensim-SC_OLD-94d0ae0d911710cc97560f4d74fd574d51217a30.tar.bz2
opensim-SC_OLD-94d0ae0d911710cc97560f4d74fd574d51217a30.tar.xz
This may fix mantis #7200, but I am unable to test because I don't have any old viewers around anymore.
Diffstat (limited to 'OpenSim/Region/CoreModules/World')
-rw-r--r--OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs b/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs
index de7ea6d..c1a398d 100644
--- a/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs
+++ b/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs
@@ -198,6 +198,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
198 else 198 else
199 { 199 {
200 MapBlockData data = WorldMap.MapBlockFromGridRegion(info, flags); 200 MapBlockData data = WorldMap.MapBlockFromGridRegion(info, flags);
201 blocks.Add(data);
201 } 202 }
202 } 203 }
203 } 204 }