From 9165f43e48ca020cb14772f53baf54700909ab1b Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 25 Jan 2020 15:03:59 +0100 Subject: move sfx-testimony to content host --- webAO/client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webAO/client.js b/webAO/client.js index e01dcb9..ef0d206 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -130,12 +130,12 @@ class Client extends EventEmitter { "witnesstestimony": { "src": "misc/witnesstestimony.gif", "duration": 1560, - "sfx": "sounds/general/sfx-testimony.wav" + "sfx": AO_HOST + "sounds/general/sfx-testimony.wav" }, "crossexamination": { "src": "misc/crossexamination.gif", "duration": 1600, - "sfx": "sounds/general/sfx-testimony2.wav" + "sfx": AO_HOST + "sounds/general/sfx-testimony2.wav" } }; -- cgit