mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
added the flag param to IClientAPI.SendMapBlock
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user