diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-09-05 02:32:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-05 02:32:02 +0200 |
| commit | a49a318848ca7feee32853e78b0fabbde99768d9 (patch) | |
| tree | 7a0b259736e9619c225506549cf5ae36bcda7172 /webAO/viewport.ts | |
| parent | 1e3fde25b9f6d8adbdf087a51a34dc35cc1907d8 (diff) | |
| parent | ce708f69ed7878422a6a6371e44faed6857cb79a (diff) | |
Merge pull request #165 from caleb-mabry/fix-ao-host
Fix AO Host Because I Used the Wrong File
Diffstat (limited to 'webAO/viewport.ts')
| -rw-r--r-- | webAO/viewport.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/viewport.ts b/webAO/viewport.ts index e6b8d00..f647d86 100644 --- a/webAO/viewport.ts +++ b/webAO/viewport.ts @@ -12,7 +12,7 @@ import setEmote from "./client/setEmote"; import getAnimLength from "./utils/getAnimLength"; import { safeTags } from "./encoding"; import setCookie from "./utils/setCookie"; -import { AO_HOST } from "./client"; +import { AO_HOST } from "./client/aoHost"; interface ChatMsg { content: string; objection: number; |
