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.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index cd687aa..437f772 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -5971,7 +5971,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
5971 5971
5972 #endregion PrimFlags 5972 #endregion PrimFlags
5973 5973
5974 if (part.Sound != UUID.Zero) 5974 if (part.Sound != UUID.Zero || part.SoundFlags != 0)
5975 { 5975 {
5976 update.Sound = part.Sound; 5976 update.Sound = part.Sound;
5977 update.OwnerID = part.OwnerID; 5977 update.OwnerID = part.OwnerID;