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;
|
return true;
|
||||||
if (!land.LandData.GroupAVSounds)
|
if (!land.LandData.GroupAVSounds)
|
||||||
return false;
|
return false;
|
||||||
return land.LandData.GroupID == ControllingClient.ActiveGroupId;
|
return ControllingClient.IsGroupMember(land.LandData.GroupID);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
|
|
Loading…
Reference in New Issue