aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorDahlia Trimble2009-06-18 23:02:12 +0000
committerDahlia Trimble2009-06-18 23:02:12 +0000
commit00d042f3d18483a5ca54c605d2aa22c6c330e9eb (patch)
treeb9e1522a3b3abf1aa77942d4d2f762d43a16146e /OpenSim/Region/ClientStack
parentApplied patch from Mantis #3817, which fixes a error when using MSSQL. I don'... (diff)
downloadopensim-SC_OLD-00d042f3d18483a5ca54c605d2aa22c6c330e9eb.zip
opensim-SC_OLD-00d042f3d18483a5ca54c605d2aa22c6c330e9eb.tar.gz
opensim-SC_OLD-00d042f3d18483a5ca54c605d2aa22c6c330e9eb.tar.bz2
opensim-SC_OLD-00d042f3d18483a5ca54c605d2aa22c6c330e9eb.tar.xz
Thanks Michelle Argus for Mantis #0003742: Terrain editor - Flatten tool lowers Land
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 9ae5415..98c84ae 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -5028,7 +5028,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
5028 handlerModifyTerrain = OnModifyTerrain; 5028 handlerModifyTerrain = OnModifyTerrain;
5029 if (handlerModifyTerrain != null) 5029 if (handlerModifyTerrain != null)
5030 { 5030 {
5031 modify.ModifyBlock.Height = -1; // Hack, i don't know why the value is wrong
5032 handlerModifyTerrain(AgentId, modify.ModifyBlock.Height, modify.ModifyBlock.Seconds, 5031 handlerModifyTerrain(AgentId, modify.ModifyBlock.Height, modify.ModifyBlock.Seconds,
5033 modify.ModifyBlock.BrushSize, 5032 modify.ModifyBlock.BrushSize,
5034 modify.ModifyBlock.Action, modify.ParcelData[i].North, 5033 modify.ModifyBlock.Action, modify.ParcelData[i].North,