From 35325a09a9a7ded9786dd09d91f30088b9f5a9f1 Mon Sep 17 00:00:00 2001 From: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> Date: Mon, 9 Nov 2020 19:29:35 +0100 Subject: there is no default custom shout --- webAO/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO') diff --git a/webAO/client.js b/webAO/client.js index 0aa0dea..f01ff64 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -144,7 +144,7 @@ class Client extends EventEmitter { "duration": 840 }, "custom": { - "src": AO_HOST + "characters//custom.gif", + "src": "", "duration": 840 }, "witnesstestimony": { -- cgit