aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client.ts')
-rw-r--r--webAO/client.ts2
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();