mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Implmements llModifyLand() and a check for the "Allow others to terraform flag" * Thanks tglion!
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user