diff options
| author | David Skoland <davidskoland@gmail.com> | 2023-11-13 00:12:00 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2023-11-13 00:12:00 +0100 |
| commit | 83b7b869452816cfb0be7eb25fc7f26d3a8a6b7b (patch) | |
| tree | b9f69ae4b15070c2199558d7358c7c0b79a2a43e | |
| parent | 95197e9ef7bf9577afb9afd764ed217ac2ce2671 (diff) | |
Remove unused things in client.ts
| -rw-r--r-- | webAO/client.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index 806d575..b5a5fce 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -15,8 +15,8 @@ import { onReplayGo } from './dom/onReplayGo' import { packetHandler } from './packets/packetHandler' import { loadResources } from './client/loadResources' import { AO_HOST } from './client/aoHost' -import { fetchBackgroundList, fetchEvidenceList, fetchCharacterList, fetchManifest } from './client/fetchLists' -const version = process.env.npm_package_version; +import { fetchBackgroundList, fetchEvidenceList, fetchCharacterList } from './client/fetchLists' + const { ip: serverIP, mode, theme } = queryParser(); export let CHATBOX: string; |
