From fff3c988044e4da0aca2a86ccf117764920fbfad Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 18 Mar 2022 21:02:28 +0100 Subject: do not wait for the charicon --- webAO/client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webAO/client.js') diff --git a/webAO/client.js b/webAO/client.js index a78eeb1..8c5ae4c 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -798,7 +798,7 @@ class Client extends EventEmitter { } } }; - await getCharIcon(); + getCharIcon(); // If the ini doesn't exist on the server this will throw an error try { @@ -3125,4 +3125,4 @@ export function toggleShout(shout) { } } window.toggleShout = toggleShout; -export default Client \ No newline at end of file +export default Client -- cgit