diff options
Diffstat (limited to '')
-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 a9044d5..f8bf583 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -443,7 +443,7 @@ namespace OpenSim.Framework | |||
443 | public delegate void DeclineCallingCard(IClientAPI remoteClient, UUID transactionID); | 443 | public delegate void DeclineCallingCard(IClientAPI remoteClient, UUID transactionID); |
444 | 444 | ||
445 | public delegate void SoundTrigger( | 445 | public delegate void SoundTrigger( |
446 | UUID soundId, UUID ownerid, UUID objid, UUID parentid, double Gain, Vector3 Position, UInt64 Handle, float radius); | 446 | UUID soundId, UUID ownerid, UUID objid, UUID parentid, double Gain, Vector3 Position, UInt64 Handle); |
447 | 447 | ||
448 | public delegate void StartLure(byte lureType, string message, UUID targetID, IClientAPI client); | 448 | public delegate void StartLure(byte lureType, string message, UUID targetID, IClientAPI client); |
449 | public delegate void TeleportLureRequest(UUID lureID, uint teleportFlags, IClientAPI client); | 449 | public delegate void TeleportLureRequest(UUID lureID, uint teleportFlags, IClientAPI client); |