diff options
author | Melanie Thielker | 2008-11-11 01:47:40 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-11 01:47:40 +0000 |
commit | 302d65569f721e19ee4400e3a73aa0530dd8e7e7 (patch) | |
tree | 6d367cfb122802f8230c75dd71de5100882aceb5 /OpenSim/Region/ClientStack | |
parent | Fix llList2Integer to have the same semantics as an (integer) cast. Handle (diff) | |
download | opensim-SC_OLD-302d65569f721e19ee4400e3a73aa0530dd8e7e7.zip opensim-SC_OLD-302d65569f721e19ee4400e3a73aa0530dd8e7e7.tar.gz opensim-SC_OLD-302d65569f721e19ee4400e3a73aa0530dd8e7e7.tar.bz2 opensim-SC_OLD-302d65569f721e19ee4400e3a73aa0530dd8e7e7.tar.xz |
Allow gods to terraform without limits. Respect the Allow Others To
Terraform flag in land.
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 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, |