aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-18 21:02:28 +0100
committerstonedDiscord <Tukz@gmx.de>2022-03-18 21:02:28 +0100
commitfff3c988044e4da0aca2a86ccf117764920fbfad (patch)
tree1f8bb9dc3201e020cb47cf5847437faa7c0e4c98
parent44a2b7b5419ba2ec71d787f892bbf88acf5cc457 (diff)
do not wait for the charicon
-rw-r--r--webAO/client.js4
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