aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 437f772..bd178c0 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -7515,8 +7515,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
7515 handlerSoundTrigger(soundTriggerPacket.SoundData.SoundID, AgentId, 7515 handlerSoundTrigger(soundTriggerPacket.SoundData.SoundID, AgentId,
7516 AgentId, AgentId, 7516 AgentId, AgentId,
7517 soundTriggerPacket.SoundData.Gain, soundTriggerPacket.SoundData.Position, 7517 soundTriggerPacket.SoundData.Gain, soundTriggerPacket.SoundData.Position,
7518 soundTriggerPacket.SoundData.Handle, 0); 7518 soundTriggerPacket.SoundData.Handle);
7519
7520 } 7519 }
7521 return true; 7520 return true;
7522 } 7521 }