aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 3c64219..6b627be 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -482,7 +482,7 @@ namespace OpenSim.Region.Framework.Scenes
482 } 482 }
483 } 483 }
484 484
485 public bool ParcelAllowSounds 485 public bool ParcelAllowThisAvatarSounds
486 { 486 {
487 get 487 get
488 { 488 {
@@ -5064,7 +5064,7 @@ namespace OpenSim.Region.Framework.Scenes
5064 5064
5065 else 5065 else
5066 { 5066 {
5067 bool candoparcelSound = ParcelAllowSounds; 5067 bool candoparcelSound = ParcelAllowThisAvatarSounds;
5068 5068
5069 foreach (uint id in coldata.Keys) 5069 foreach (uint id in coldata.Keys)
5070 { 5070 {