mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
fix parcel Avatar Sounds using group membership not active group
This commit is contained in:
@@ -224,7 +224,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
return true;
|
||||
if (!land.LandData.GroupAVSounds)
|
||||
return false;
|
||||
return land.LandData.GroupID == ControllingClient.ActiveGroupId;
|
||||
return ControllingClient.IsGroupMember(land.LandData.GroupID);
|
||||
}
|
||||
}
|
||||
catch
|
||||
|
||||
Reference in New Issue
Block a user