aboutsummaryrefslogtreecommitdiff
path: root/webAO/client/fetchLists.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-09-03 12:20:42 +0200
committerstonedDiscord <Tukz@gmx.de>2025-09-03 12:20:42 +0200
commit183fd0fdddbcf194eec08f8e79e6a1709e18d3a9 (patch)
tree733426bb0261d3d0593b7739166ea9ab578564b9 /webAO/client/fetchLists.ts
parentd8d2fbc8b7bf91dbedc7042daa1081ebd0d1330f (diff)
also do bgs
Diffstat (limited to 'webAO/client/fetchLists.ts')
-rw-r--r--webAO/client/fetchLists.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client/fetchLists.ts b/webAO/client/fetchLists.ts
index 3d590b9..d391fac 100644
--- a/webAO/client/fetchLists.ts
+++ b/webAO/client/fetchLists.ts
@@ -78,6 +78,7 @@ export const fetchExtensions = async () => {
console.log("charicons "+client.charicon_extensions)
console.log("emotes "+client.emote_extensions)
console.log("emotions "+client.emotions_extensions)
+ console.log("backgrounds "+client.background_extensions)
} catch (err) {
console.warn("there was no extensions.json file");
}