diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-11-13 20:18:23 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-11-13 20:18:23 +0100 |
| commit | 942c2040afeec721dc025278478b9cfb76466351 (patch) | |
| tree | ac049a441debb12d177ddd9e37f2ee3f70063e26 /webAO | |
| parent | 79a2d2ea9f89550cbeaa738dfd7803e75be1a0cd (diff) | |
populate the list
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index c9bb08e..c7420fb 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -15,7 +15,7 @@ import { onReplayGo } from './dom/onReplayGo' import { packetHandler } from './packets/packetHandler' import { loadResources } from './client/loadResources' import { AO_HOST } from './client/aoHost' -import { fetchBackgroundList, fetchEvidenceList } from './client/fetchLists' +import { fetchBackgroundList, fetchEvidenceList, fetchCharacterList } from './client/fetchLists' const version = process.env.npm_package_version; let { ip: serverIP, mode, theme } = queryParser(); @@ -292,6 +292,7 @@ class Client extends EventEmitter { fetchBackgroundList(); fetchEvidenceList(); + fetchCharacterList(); } } |
