added the flag param to IClientAPI.SendMapBlock

This commit is contained in:
MW
2008-06-25 20:14:47 +00:00
parent 35e1a2fdfc
commit cf1cf73839
6 changed files with 11 additions and 11 deletions

View File

@@ -542,7 +542,7 @@ namespace OpenSim.Region.Environment.Scenes
{
List<MapBlockData> mapBlocks;
mapBlocks = m_commsProvider.GridService.RequestNeighbourMapBlocks(minX - 4, minY - 4, minX + 4, minY + 4);
remoteClient.SendMapBlock(mapBlocks);
remoteClient.SendMapBlock(mapBlocks, 0);
}
/// <summary>