diff options
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Framework/IClientAPI.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 8fcd9a4..2929207 100755 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -60,9 +60,8 @@ namespace OpenSim.Framework | |||
60 | public delegate void ObjectAttach( | 60 | public delegate void ObjectAttach( |
61 | IClientAPI remoteClient, uint objectLocalID, uint AttachmentPt, bool silent); | 61 | IClientAPI remoteClient, uint objectLocalID, uint AttachmentPt, bool silent); |
62 | 62 | ||
63 | public delegate void ModifyTerrain(UUID user, | 63 | public delegate void ModifyTerrain(UUID user, float height, float seconds, float brushSize, |
64 | float height, float seconds, byte size, byte action, float north, float west, float south, float east, | 64 | byte action, float north, float west, float south, float east); |
65 | UUID agentId); | ||
66 | 65 | ||
67 | public delegate void NetworkStats(int inPackets, int outPackets, int unAckedBytes); | 66 | public delegate void NetworkStats(int inPackets, int outPackets, int unAckedBytes); |
68 | 67 | ||