aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index facee5c..bf435ed 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -5420,7 +5420,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
5420 if (handlerRequestMapBlocks != null) 5420 if (handlerRequestMapBlocks != null)
5421 { 5421 {
5422 handlerRequestMapBlocks(this, MapRequest.PositionData.MinX, MapRequest.PositionData.MinY, 5422 handlerRequestMapBlocks(this, MapRequest.PositionData.MinX, MapRequest.PositionData.MinY,
5423 MapRequest.PositionData.MaxX, MapRequest.PositionData.MaxY); 5423 MapRequest.PositionData.MaxX, MapRequest.PositionData.MaxY, MapRequest.AgentData.Flags);
5424 } 5424 }
5425 break; 5425 break;
5426 case PacketType.MapNameRequest: 5426 case PacketType.MapNameRequest: