aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/handlers/handleBN.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-09-05 02:32:02 +0200
committerGitHub <noreply@github.com>2022-09-05 02:32:02 +0200
commita49a318848ca7feee32853e78b0fabbde99768d9 (patch)
tree7a0b259736e9619c225506549cf5ae36bcda7172 /webAO/packets/handlers/handleBN.ts
parent1e3fde25b9f6d8adbdf087a51a34dc35cc1907d8 (diff)
parentce708f69ed7878422a6a6371e44faed6857cb79a (diff)
Merge pull request #165 from caleb-mabry/fix-ao-host
Fix AO Host Because I Used the Wrong File
Diffstat (limited to 'webAO/packets/handlers/handleBN.ts')
-rw-r--r--webAO/packets/handlers/handleBN.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/webAO/packets/handlers/handleBN.ts b/webAO/packets/handlers/handleBN.ts
index f7b8447..067130d 100644
--- a/webAO/packets/handlers/handleBN.ts
+++ b/webAO/packets/handlers/handleBN.ts
@@ -1,7 +1,9 @@
-import { AO_HOST, client, getIndexFromSelect, updateBackgroundPreview } from "../../client";
+import { client, getIndexFromSelect, updateBackgroundPreview } from "../../client";
+import { AO_HOST } from "../../client/aoHost";
import { safeTags } from "../../encoding";
import tryUrls from "../../utils/tryUrls";
+
/**
* Handles a background change.
* @param {Array} args packet arguments