aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-09-03 14:10:20 +0200
committerstonedDiscord <Tukz@gmx.de>2025-09-03 14:10:20 +0200
commita2ac0577dc5bb9ef345f3ef04e0eb842020db404 (patch)
treeae67fb7b62c4331b2528db65ce6f043993499fb9 /webAO/client.ts
parent183fd0fdddbcf194eec08f8e79e6a1709e18d3a9 (diff)
move up
Diffstat (limited to 'webAO/client.ts')
-rw-r--r--webAO/client.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.ts b/webAO/client.ts
index 4cceb98..177d9a3 100644
--- a/webAO/client.ts
+++ b/webAO/client.ts
@@ -98,11 +98,11 @@ fpPromise
}
client = new Client(connectionString);
+ fetchExtensions();
client.connect();
client.hdid = hdid;
isLowMemory();
loadResources();
- fetchExtensions();
});
export const delay = (ms: number) => new Promise((res) => setTimeout(res, ms));