diff options
author | UbitUmarov | 2014-07-30 16:32:25 +0100 |
---|---|---|
committer | UbitUmarov | 2014-07-30 16:32:25 +0100 |
commit | 17f9f1c247679363321b73ec75aed890eaf1b778 (patch) | |
tree | 16697a72501ba3ee859200074fe3ec9c6105f5fb /OpenSim/Region/Framework/Scenes/ScenePresence.cs | |
parent | missing file in commit 5fe1f878372b5490304a2ad7c0a41293ae36aaa0 (diff) | |
download | opensim-SC-17f9f1c247679363321b73ec75aed890eaf1b778.zip opensim-SC-17f9f1c247679363321b73ec75aed890eaf1b778.tar.gz opensim-SC-17f9f1c247679363321b73ec75aed890eaf1b778.tar.bz2 opensim-SC-17f9f1c247679363321b73ec75aed890eaf1b778.tar.xz |
restrict other avatar sounds to parcel flags ( untested )
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
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 | { |