aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-02-01 13:51:17 +0100
committerGitHub <noreply@github.com>2023-02-01 13:51:17 +0100
commitbc74ddd629d179a8c54e4e278ed1fa0eb34cac99 (patch)
treec164817534cdd403b7d54289bc942c47b87da0c1
parent777162e9205a115e823db18a9d81a5a342cc8882 (diff)
stop loading 25mb on every join
-rw-r--r--webAO/client.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/webAO/client.ts b/webAO/client.ts
index 6df8748..a86664c 100644
--- a/webAO/client.ts
+++ b/webAO/client.ts
@@ -295,9 +295,8 @@ class Client extends EventEmitter {
fetchBackgroundList();
fetchEvidenceList();
fetchCharacterList();
- fetchManifest();
}
}
-export default Client; \ No newline at end of file
+export default Client;