mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Removed RequestLandData from IGridService because it's already in another place.
Moved GetMapBlocks to a new interface IMapService.
This commit is contained in:
@@ -79,10 +79,6 @@ namespace OpenSim.Services.Interfaces
|
||||
|
||||
// Not sure about these two (diva)
|
||||
|
||||
List<MapBlockData> RequestNeighbourMapBlocks(UUID scopeID, int minX, int minY, int maxX, int maxY);
|
||||
// not complete yet, only contains the fields needed for ParcelInfoReqeust
|
||||
LandData RequestLandData(UUID scopeID, ulong regionHandle, uint x, uint y);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user