diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-08-02 18:55:47 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-08-02 18:55:47 +0200 |
| commit | 3f434f66d31d2d954eeca90e6206eb3e0c6fd045 (patch) | |
| tree | 2d5c4f62d3c5a0daa37dabce21548c3418fb8503 /webAO/client.ts | |
| parent | 9727cb0f120f84f1d94df7d2a6c423ebd9862997 (diff) | |
SC is not a character
Diffstat (limited to 'webAO/client.ts')
| -rw-r--r-- | webAO/client.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index 9640b8e..5444a1b 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -1135,7 +1135,7 @@ class Client extends EventEmitter { document.getElementById("client_loadingtext").innerHTML = "Loading Characters"; - for (let i = 1; i < args.length; i++) { + for (let i = 1; i < args.length-1; i++) { document.getElementById( "client_loadingtext" ).innerHTML = `Loading Character ${i}/${this.char_list_length}`; |
