mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
mantis 8275: fix llStopSound for llPlaySound. Code was doing as SL wiki but not as not real regions with FireStorm. Singularity will only stop loop sounds. None stops Trigger
This commit is contained in:
@@ -5971,7 +5971,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
#endregion PrimFlags
|
||||
|
||||
if (part.Sound != UUID.Zero)
|
||||
if (part.Sound != UUID.Zero || part.SoundFlags != 0)
|
||||
{
|
||||
update.Sound = part.Sound;
|
||||
update.OwnerID = part.OwnerID;
|
||||
|
||||
Reference in New Issue
Block a user