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 cbba661..d2f46e5 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -4183,7 +4183,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
4183 modify.ModifyBlock.BrushSize, 4183 modify.ModifyBlock.BrushSize,
4184 modify.ModifyBlock.Action, modify.ParcelData[i].North, 4184 modify.ModifyBlock.Action, modify.ParcelData[i].North,
4185 modify.ParcelData[i].West, modify.ParcelData[i].South, 4185 modify.ParcelData[i].West, modify.ParcelData[i].South,
4186 modify.ParcelData[i].East, this); 4186 modify.ParcelData[i].East, this.AgentId);
4187 } 4187 }
4188 } 4188 }
4189 } 4189 }