mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Allow gods to terraform without limits. Respect the Allow Others To
Terraform flag in land.
This commit is contained in:
@@ -65,7 +65,7 @@ namespace OpenSim.Framework
|
||||
public delegate void ObjectAttach(
|
||||
IClientAPI remoteClient, uint objectLocalID, uint AttachmentPt, Quaternion rot, bool silent);
|
||||
|
||||
public delegate void ModifyTerrain(
|
||||
public delegate void ModifyTerrain(UUID user,
|
||||
float height, float seconds, byte size, byte action, float north, float west, float south, float east,
|
||||
UUID agentId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user