diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-09-03 14:10:20 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2025-09-03 14:10:20 +0200 |
| commit | a2ac0577dc5bb9ef345f3ef04e0eb842020db404 (patch) | |
| tree | ae67fb7b62c4331b2528db65ce6f043993499fb9 | |
| parent | 183fd0fdddbcf194eec08f8e79e6a1709e18d3a9 (diff) | |
move up
| -rw-r--r-- | webAO/client.ts | 2 |
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)); |
