diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-18 21:02:28 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-18 21:02:28 +0100 |
| commit | fff3c988044e4da0aca2a86ccf117764920fbfad (patch) | |
| tree | 1f8bb9dc3201e020cb47cf5847437faa7c0e4c98 /webAO/client.js | |
| parent | 44a2b7b5419ba2ec71d787f892bbf88acf5cc457 (diff) | |
do not wait for the charicon
Diffstat (limited to 'webAO/client.js')
| -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 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 |
