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/packets/handlers/handleMC.ts | |
| parent | 1e3fde25b9f6d8adbdf087a51a34dc35cc1907d8 (diff) | |
Fix AO Host
Diffstat (limited to 'webAO/packets/handlers/handleMC.ts')
| -rw-r--r-- | webAO/packets/handlers/handleMC.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/packets/handlers/handleMC.ts b/webAO/packets/handlers/handleMC.ts index 28254ba..bf60eb9 100644 --- a/webAO/packets/handlers/handleMC.ts +++ b/webAO/packets/handlers/handleMC.ts @@ -1,5 +1,6 @@ import { prepChat } from "../../encoding"; -import { AO_HOST, appendICLog, client } from '../../client' +import { appendICLog, client } from '../../client' +import { AO_HOST } from "../../client/aoHost"; /** * Handles a music change to an arbitrary resource. |
