diff options
author | Justin Clarke Casey | 2008-10-07 14:49:12 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-07 14:49:12 +0000 |
commit | 48d86fb23f7ae0e7919274d67fc25f590e6845b1 (patch) | |
tree | efd239c7ccf4dd09a7c81fd06ebe6f1c5bf2c174 /OpenSim/Region/ClientStack | |
parent | From: chris yeoh <yeohc@au1.ibm.com> (diff) | |
download | opensim-SC_OLD-48d86fb23f7ae0e7919274d67fc25f590e6845b1.zip opensim-SC_OLD-48d86fb23f7ae0e7919274d67fc25f590e6845b1.tar.gz opensim-SC_OLD-48d86fb23f7ae0e7919274d67fc25f590e6845b1.tar.bz2 opensim-SC_OLD-48d86fb23f7ae0e7919274d67fc25f590e6845b1.tar.xz |
* Apply http://opensimulator.org/mantis/view.php?id=1207
* Implmements llModifyLand() and a check for the "Allow others to terraform flag"
* Thanks tglion!
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
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 | } |