aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-01-25 15:03:59 +0100
committersD <stoned@derpymail.org>2020-01-25 15:03:59 +0100
commit9165f43e48ca020cb14772f53baf54700909ab1b (patch)
tree40a389795b593198c93998155983f7dd90c92028 /webAO/client.js
parent6622a01eab0287efe9a69c35671b1ce503cddaeb (diff)
move sfx-testimony to content host
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js4
1 files 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"
}
};