aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 3a79376..3d8aad7 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -224,7 +224,7 @@ namespace OpenSim.Region.Framework.Scenes
224 return true; 224 return true;
225 if (!land.LandData.GroupAVSounds) 225 if (!land.LandData.GroupAVSounds)
226 return false; 226 return false;
227 return land.LandData.GroupID == ControllingClient.ActiveGroupId; 227 return ControllingClient.IsGroupMember(land.LandData.GroupID);
228 } 228 }
229 } 229 }
230 catch 230 catch