diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-09-28 21:14:03 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2025-09-28 21:14:03 +0200 |
| commit | 10a3b2dae7091e5c667077b94e904bb97325cc19 (patch) | |
| tree | cabec2ac8166add4db9c4c0122392ef98f5c7cbc /webAO/client.ts | |
| parent | f8f83364938a90712b0b772035c49f0cbb1fae25 (diff) | |
move extension fetch after ASS
Diffstat (limited to 'webAO/client.ts')
| -rw-r--r-- | webAO/client.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index 40884ff..b7a15a4 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -19,7 +19,6 @@ import { fetchBackgroundList, fetchEvidenceList, fetchCharacterList, - fetchExtensions, } from "./client/fetchLists"; import getCookie from "./utils/getCookie"; import setCookie from "./utils/setCookie"; @@ -98,7 +97,6 @@ fpPromise } client = new Client(connectionString); - fetchExtensions(); client.connect(); client.hdid = hdid; isLowMemory(); |
