From 17f9f1c247679363321b73ec75aed890eaf1b778 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 30 Jul 2014 16:32:25 +0100 Subject: restrict other avatar sounds to parcel flags ( untested ) --- OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Framework/Scenes') 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 } } - public bool ParcelAllowSounds + public bool ParcelAllowThisAvatarSounds { get { @@ -5064,7 +5064,7 @@ namespace OpenSim.Region.Framework.Scenes else { - bool candoparcelSound = ParcelAllowSounds; + bool candoparcelSound = ParcelAllowThisAvatarSounds; foreach (uint id in coldata.Keys) { -- cgit v1.1