diff options
Diffstat (limited to 'OpenSim/OpenSim.RegionServer')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs | 2 | ||||
-rw-r--r-- | OpenSim/OpenSim.RegionServer/ClientView.cs | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs b/OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs index c8961b6..aaac4d0 100644 --- a/OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs +++ b/OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs | |||
@@ -164,6 +164,7 @@ namespace OpenSim | |||
164 | 164 | ||
165 | public void RequestMapBlocks(int minX, int minY, int maxX, int maxY) | 165 | public void RequestMapBlocks(int minX, int minY, int maxX, int maxY) |
166 | { | 166 | { |
167 | /* | ||
167 | IList simMapProfiles = m_gridServer.RequestMapBlocks(minX, minY, maxX, maxY); | 168 | IList simMapProfiles = m_gridServer.RequestMapBlocks(minX, minY, maxX, maxY); |
168 | MapBlockReplyPacket mbReply = new MapBlockReplyPacket(); | 169 | MapBlockReplyPacket mbReply = new MapBlockReplyPacket(); |
169 | mbReply.AgentData.AgentID = this.AgentID; | 170 | mbReply.AgentData.AgentID = this.AgentID; |
@@ -189,6 +190,7 @@ namespace OpenSim | |||
189 | mbReply.Data[iii].Y = System.Convert.ToUInt16(mp["y"]); | 190 | mbReply.Data[iii].Y = System.Convert.ToUInt16(mp["y"]); |
190 | } | 191 | } |
191 | this.OutPacket(mbReply); | 192 | this.OutPacket(mbReply); |
193 | * */ | ||
192 | } | 194 | } |
193 | 195 | ||
194 | 196 | ||
diff --git a/OpenSim/OpenSim.RegionServer/ClientView.cs b/OpenSim/OpenSim.RegionServer/ClientView.cs index e9c1f2d..0943c0d 100644 --- a/OpenSim/OpenSim.RegionServer/ClientView.cs +++ b/OpenSim/OpenSim.RegionServer/ClientView.cs | |||
@@ -75,7 +75,7 @@ namespace OpenSim | |||
75 | protected IWorld m_world; | 75 | protected IWorld m_world; |
76 | private Dictionary<uint, ClientView> m_clientThreads; | 76 | private Dictionary<uint, ClientView> m_clientThreads; |
77 | private AssetCache m_assetCache; | 77 | private AssetCache m_assetCache; |
78 | private IGridServer m_gridServer; | 78 | //private IGridServer m_gridServer; |
79 | private InventoryCache m_inventoryCache; | 79 | private InventoryCache m_inventoryCache; |
80 | private int cachedtextureserial = 0; | 80 | private int cachedtextureserial = 0; |
81 | private RegionInfo m_regionData; | 81 | private RegionInfo m_regionData; |