diff options
| author | sD <stoned@derpymail.org> | 2020-01-25 15:03:59 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-01-25 15:03:59 +0100 |
| commit | 9165f43e48ca020cb14772f53baf54700909ab1b (patch) | |
| tree | 40a389795b593198c93998155983f7dd90c92028 /webAO | |
| parent | 6622a01eab0287efe9a69c35671b1ce503cddaeb (diff) | |
move sfx-testimony to content host
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.js | 4 |
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" } }; |
