aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorRevolution2010-01-27 21:08:55 -0600
committerMelanie2010-01-28 03:04:38 +0000
commit862caa72a80b597ccbf1ae82300af89f9103dbf9 (patch)
tree46ab5534fd8b6c5c0a69e0c5e3b19bcb0b4fad71 /OpenSim/Region
parentMerge branch 'master' into careminster (diff)
downloadopensim-SC_OLD-862caa72a80b597ccbf1ae82300af89f9103dbf9.zip
opensim-SC_OLD-862caa72a80b597ccbf1ae82300af89f9103dbf9.tar.gz
opensim-SC_OLD-862caa72a80b597ccbf1ae82300af89f9103dbf9.tar.bz2
opensim-SC_OLD-862caa72a80b597ccbf1ae82300af89f9103dbf9.tar.xz
Fixes terrain editing. Changes ThrottleOutPacketType to task instead of land.
Diffstat (limited to 'OpenSim/Region')
-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 33210d7..64e45d0 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -1098,7 +1098,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
1098 LayerDataPacket layerpack = TerrainCompressor.CreateLandPacket(heightmap, patches); 1098 LayerDataPacket layerpack = TerrainCompressor.CreateLandPacket(heightmap, patches);
1099 layerpack.Header.Reliable = true; 1099 layerpack.Header.Reliable = true;
1100 1100
1101 OutPacket(layerpack, ThrottleOutPacketType.Land); 1101 OutPacket(layerpack, ThrottleOutPacketType.Task);
1102 } 1102 }
1103 catch (Exception e) 1103 catch (Exception e)
1104 { 1104 {