This may fix mantis #7200, but I am unable to test because I don't have any old viewers around anymore.

bullet-2.82
Diva Canto 2014-06-01 10:18:53 -07:00
parent 0eaca7aafb
commit 94d0ae0d91
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
else
{
MapBlockData data = WorldMap.MapBlockFromGridRegion(info, flags);
blocks.Add(data);
}
}
}