diff options
author | Diva Canto | 2014-06-01 10:18:53 -0700 |
---|---|---|
committer | Diva Canto | 2014-06-01 10:18:53 -0700 |
commit | 94d0ae0d911710cc97560f4d74fd574d51217a30 (patch) | |
tree | cf1d2369bd541f5d95d71d552aeea9e31a61ae8f /OpenSim | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-94d0ae0d911710cc97560f4d74fd574d51217a30.zip opensim-SC-94d0ae0d911710cc97560f4d74fd574d51217a30.tar.gz opensim-SC-94d0ae0d911710cc97560f4d74fd574d51217a30.tar.bz2 opensim-SC-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 '')
-rw-r--r-- | OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs | 1 |
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 | } |