aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/handlers/handleEI.ts
diff options
context:
space:
mode:
authorCaleb <caleb.mabry.15@cnu.edu>2022-09-04 20:22:35 -0400
committerCaleb <caleb.mabry.15@cnu.edu>2022-09-04 20:22:35 -0400
commitce708f69ed7878422a6a6371e44faed6857cb79a (patch)
tree7a0b259736e9619c225506549cf5ae36bcda7172 /webAO/packets/handlers/handleEI.ts
parent1e3fde25b9f6d8adbdf087a51a34dc35cc1907d8 (diff)
Fix AO Host
Diffstat (limited to 'webAO/packets/handlers/handleEI.ts')
-rw-r--r--webAO/packets/handlers/handleEI.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/packets/handlers/handleEI.ts b/webAO/packets/handlers/handleEI.ts
index e96f0c9..c74e4d4 100644
--- a/webAO/packets/handlers/handleEI.ts
+++ b/webAO/packets/handlers/handleEI.ts
@@ -1,4 +1,5 @@
-import { AO_HOST, client } from '../../client'
+import { client } from '../../client'
+import { AO_HOST } from '../../client/aoHost';
import { prepChat, safeTags } from '../../encoding';
/**