aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-09-03 14:20:28 +0200
committerstonedDiscord <Tukz@gmx.de>2025-09-03 14:20:28 +0200
commit035951baf3819f56093f7156b345689aa5093f28 (patch)
tree9347303eaa9daad5e10420ab1d90e24593c70df1 /webAO/client.ts
parentc9dd3b460d81923b89795bf4e220dd7095584c04 (diff)
remove failed manifesto
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 8c842f8..40884ff 100644
--- a/webAO/client.ts
+++ b/webAO/client.ts
@@ -145,7 +145,6 @@ class Client extends EventEmitter {
sender: ISender;
checkUpdater: any;
_lastTimeICReceived: any;
- manifest: string[];
viewport: Viewport;
partial_packet: boolean;
temp_packet: string;
@@ -203,7 +202,6 @@ class Client extends EventEmitter {
this.musics = [];
this.musics_time = false;
this.callwords = [];
- this.manifest = [];
this.resources = getResources(AO_HOST, theme);
this.selectedEmote = -1;
this.selectedEvidence = -1;