Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-11-16 21:15:15 +00:00
11 changed files with 71 additions and 8 deletions

View File

@@ -97,7 +97,6 @@ namespace OpenSim.Region.CoreModules.World.Sound
else
gain = (float)((double)gain * ((radius - dis) / radius));
m_log.DebugFormat("Play sound, gain {0}", gain);
sp.ControllingClient.SendPlayAttachedSound(soundID, objectID, ownerID, (float)gain, flags);
});
}