mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Fixed a compilation problem. Also added a lengthy comment on the Map hack, so that it never goes unnoticed again.
This commit is contained in:
@@ -59,7 +59,7 @@ namespace OpenSim.Region.CoreModules.Hypergrid
|
||||
|
||||
#endregion
|
||||
|
||||
protected override List<MapBlockData> GetAndSendBlocks(IClientAPI remoteClient, int minX, int minY, int maxX, int maxY, uint flag)
|
||||
protected override void GetAndSendBlocks(IClientAPI remoteClient, int minX, int minY, int maxX, int maxY, uint flag)
|
||||
{
|
||||
List<MapBlockData> mapBlocks = new List<MapBlockData>();
|
||||
List<GridRegion> regions = m_scene.GridService.GetRegionRange(m_scene.RegionInfo.ScopeID,
|
||||
@@ -96,7 +96,6 @@ namespace OpenSim.Region.CoreModules.Hypergrid
|
||||
|
||||
remoteClient.SendMapBlock(mapBlocks, 0);
|
||||
|
||||
return mapBlocks;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user