diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
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: |