mirror of
https://github.com/opensim/opensim.git
synced 2026-05-27 04:16:00 +08:00
Merge commit 'c7d0d71666a92b201d639511d062a7c22726b3c9' into bigmerge
This commit is contained in:
@@ -4675,8 +4675,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
|
||||
public void llCollisionSound(string impact_sound, double impact_volume)
|
||||
{
|
||||
|
||||
m_host.AddScriptLPS(1);
|
||||
|
||||
// TODO: Parameter check logic required.
|
||||
UUID soundId = UUID.Zero;
|
||||
if (!UUID.TryParse(impact_sound, out soundId))
|
||||
|
||||
Reference in New Issue
Block a user