diff options
| author | Caleb <caleb.mabry.15@cnu.edu> | 2022-09-04 20:22:35 -0400 |
|---|---|---|
| committer | Caleb <caleb.mabry.15@cnu.edu> | 2022-09-04 20:22:35 -0400 |
| commit | ce708f69ed7878422a6a6371e44faed6857cb79a (patch) | |
| tree | 7a0b259736e9619c225506549cf5ae36bcda7172 /webAO/client.ts | |
| parent | 1e3fde25b9f6d8adbdf087a51a34dc35cc1907d8 (diff) | |
Fix AO Host
Diffstat (limited to 'webAO/client.ts')
| -rw-r--r-- | webAO/client.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index 33f1802..5d5eb2c 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -37,10 +37,7 @@ let { ip: serverIP, mode, asset, theme } = queryParser(); const DEFAULT_HOST = "http://attorneyoffline.de/base/"; import { showname_click } from './dom/showNameClick' import { updateActionCommands } from './dom/updateActionCommands' -export let AO_HOST = asset || DEFAULT_HOST; -export const setAOhost = (val: string) => { - AO_HOST = val -} +import { AO_HOST } from './client/aoHost' let THEME: string = theme || "default"; let CHATBOX: string; |
