diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-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 692de46..aae41fe 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -1399,7 +1399,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1399 | for (int i = 0; i < mapBlocks2.Length; i++) | 1399 | for (int i = 0; i < mapBlocks2.Length; i++) |
1400 | { | 1400 | { |
1401 | sendingBlocks.Add(mapBlocks2[i]); | 1401 | sendingBlocks.Add(mapBlocks2[i]); |
1402 | if (((i + 1) == mapBlocks2.Length) || ((i % maxsend) == 0)) | 1402 | if (((i + 1) == mapBlocks2.Length) || (((i + 1) % maxsend) == 0)) |
1403 | { | 1403 | { |
1404 | SendMapBlockSplit(sendingBlocks, flag); | 1404 | SendMapBlockSplit(sendingBlocks, flag); |
1405 | sendingBlocks = new List<MapBlockData>(); | 1405 | sendingBlocks = new List<MapBlockData>(); |