diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 1635a2d..1da9d5e 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -1363,7 +1363,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1363 | 1363 | ||
1364 | public void SendMapBlock(List<MapBlockData> mapBlocks, uint flag) | 1364 | public void SendMapBlock(List<MapBlockData> mapBlocks, uint flag) |
1365 | { | 1365 | { |
1366 | |||
1367 | MapBlockData[] mapBlocks2 = mapBlocks.ToArray(); | 1366 | MapBlockData[] mapBlocks2 = mapBlocks.ToArray(); |
1368 | 1367 | ||
1369 | int maxsend = 10; | 1368 | int maxsend = 10; |