diff options
author | Jonathan Yap <none@none> | 2014-02-24 10:57:53 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2014-02-24 10:57:53 -0500 |
commit | 199e65a6c5584dfcdd24d6885dd9b19bf0af953a (patch) | |
tree | 412bbb39e483f4a7460ceefc8cad8b552637f004 /indra | |
parent | ce7e19d33a74e89059c2196da9c439d0eb9b21c1 (diff) |
STORM-2015 Region restart sound alerts from all users on a STORM-1980 enabled viewer play inworld - should be local only.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llviewermessage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 267aa9532c..d1524b74cd 100755 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -5985,7 +5985,7 @@ bool attempt_standard_notification(LLMessageSystem* msgsystem) } } - send_sound_trigger(LLUUID(gSavedSettings.getString("UISndRestart")), 1.0f); + make_ui_sound("UISndRestart"); } LLNotificationsUtil::add(notificationID, llsdBlock); |