diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 2be647f..508fefb 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -65,7 +65,7 @@ namespace OpenSim.Framework | |||
65 | public delegate void ObjectAttach( | 65 | public delegate void ObjectAttach( |
66 | IClientAPI remoteClient, uint objectLocalID, uint AttachmentPt, Quaternion rot, bool silent); | 66 | IClientAPI remoteClient, uint objectLocalID, uint AttachmentPt, Quaternion rot, bool silent); |
67 | 67 | ||
68 | public delegate void ModifyTerrain( | 68 | public delegate void ModifyTerrain(UUID user, |
69 | float height, float seconds, byte size, byte action, float north, float west, float south, float east, | 69 | float height, float seconds, byte size, byte action, float north, float west, float south, float east, |
70 | UUID agentId); | 70 | UUID agentId); |
71 | 71 | ||