diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-09-03 12:20:42 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2025-09-03 12:20:42 +0200 |
| commit | 183fd0fdddbcf194eec08f8e79e6a1709e18d3a9 (patch) | |
| tree | 733426bb0261d3d0593b7739166ea9ab578564b9 /webAO/client/fetchLists.ts | |
| parent | d8d2fbc8b7bf91dbedc7042daa1081ebd0d1330f (diff) | |
also do bgs
Diffstat (limited to 'webAO/client/fetchLists.ts')
| -rw-r--r-- | webAO/client/fetchLists.ts | 1 |
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"); } |
