mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Merge pull request #4323 from huffman/notifciation-local-only-audio
Update notifications.js audio to be local-only
This commit is contained in:
commit
70400f7f8c
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ var users = [];
|
|||
var ctrlIsPressed = false;
|
||||
var ready = true;
|
||||
|
||||
var randomSounds = new SoundArray({}, true);
|
||||
var randomSounds = new SoundArray({ localOnly: true }, true);
|
||||
var numberOfSounds = 2;
|
||||
for (var i = 1; i <= numberOfSounds; i++) {
|
||||
randomSounds.addSound(HIFI_PUBLIC_BUCKET + "sounds/UI/notification-general" + i + ".raw");
|
||||
|
|
Loading…
Reference in a new issue