mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
Update notifications.js audio to be local-only
This commit is contained in:
parent
5d6d9bb1d4
commit
cf0b13f869
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