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, 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,