aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index d2f46e5..b2138aa 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -4179,6 +4179,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
4179 handlerModifyTerrain = OnModifyTerrain; 4179 handlerModifyTerrain = OnModifyTerrain;
4180 if (handlerModifyTerrain != null) 4180 if (handlerModifyTerrain != null)
4181 { 4181 {
4182 modify.ModifyBlock.Height = -1; // Hack, i don't know why the value is wrong
4182 handlerModifyTerrain(modify.ModifyBlock.Height, modify.ModifyBlock.Seconds, 4183 handlerModifyTerrain(modify.ModifyBlock.Height, modify.ModifyBlock.Seconds,
4183 modify.ModifyBlock.BrushSize, 4184 modify.ModifyBlock.BrushSize,
4184 modify.ModifyBlock.Action, modify.ParcelData[i].North, 4185 modify.ModifyBlock.Action, modify.ParcelData[i].North,