diff options
Diffstat (limited to 'OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs | 2 |
1 files changed, 2 insertions, 0 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 | ||