fix parcel Avatar Sounds using group membership not active group
parent
efb60b5b42
commit
e9660d5d05
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue