mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Deleted IGridServer interface (and classes implementing that).
This commit is contained in:
@@ -164,6 +164,7 @@ namespace OpenSim
|
||||
|
||||
public void RequestMapBlocks(int minX, int minY, int maxX, int maxY)
|
||||
{
|
||||
/*
|
||||
IList simMapProfiles = m_gridServer.RequestMapBlocks(minX, minY, maxX, maxY);
|
||||
MapBlockReplyPacket mbReply = new MapBlockReplyPacket();
|
||||
mbReply.AgentData.AgentID = this.AgentID;
|
||||
@@ -189,6 +190,7 @@ namespace OpenSim
|
||||
mbReply.Data[iii].Y = System.Convert.ToUInt16(mp["y"]);
|
||||
}
|
||||
this.OutPacket(mbReply);
|
||||
* */
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ namespace OpenSim
|
||||
protected IWorld m_world;
|
||||
private Dictionary<uint, ClientView> m_clientThreads;
|
||||
private AssetCache m_assetCache;
|
||||
private IGridServer m_gridServer;
|
||||
//private IGridServer m_gridServer;
|
||||
private InventoryCache m_inventoryCache;
|
||||
private int cachedtextureserial = 0;
|
||||
private RegionInfo m_regionData;
|
||||
|
||||
Reference in New Issue
Block a user