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.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 a835e43..f9d73d5 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -4156,7 +4156,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
4156 if (handlerModifyTerrain != null) 4156 if (handlerModifyTerrain != null)
4157 { 4157 {
4158 modify.ModifyBlock.Height = -1; // Hack, i don't know why the value is wrong 4158 modify.ModifyBlock.Height = -1; // Hack, i don't know why the value is wrong
4159 handlerModifyTerrain(modify.ModifyBlock.Height, modify.ModifyBlock.Seconds, 4159 handlerModifyTerrain(AgentId, modify.ModifyBlock.Height, modify.ModifyBlock.Seconds,
4160 modify.ModifyBlock.BrushSize, 4160 modify.ModifyBlock.BrushSize,
4161 modify.ModifyBlock.Action, modify.ParcelData[i].North, 4161 modify.ModifyBlock.Action, modify.ParcelData[i].North,
4162 modify.ParcelData[i].West, modify.ParcelData[i].South, 4162 modify.ParcelData[i].West, modify.ParcelData[i].South,