diff options
Diffstat (limited to 'OpenSim/Region')
-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 | } |