* Implmements llModifyLand() and a check for the "Allow others to terraform flag"
* Thanks tglion!
This commit is contained in:
Justin Clarke Casey
2008-10-07 14:49:12 +00:00
parent e5a50b6a3b
commit 48d86fb23f
19 changed files with 178 additions and 118 deletions

View File

@@ -61,7 +61,7 @@ namespace OpenSim.Framework
public delegate void ModifyTerrain(
float height, float seconds, byte size, byte action, float north, float west, float south, float east,
IClientAPI remoteClient);
UUID agentId);
public delegate void SetAppearance(byte[] texture, List<byte> visualParamList);