diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-09-03 14:18:23 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2025-09-03 14:18:23 +0200 |
| commit | c9dd3b460d81923b89795bf4e220dd7095584c04 (patch) | |
| tree | 806e39b1f53ef2fef69caba3d11fd3815d0766b0 /webAO | |
| parent | a2ac0577dc5bb9ef345f3ef04e0eb842020db404 (diff) | |
defaults needed to pass test
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index 177d9a3..8c842f8 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -215,10 +215,10 @@ class Client extends EventEmitter { this.temp_packet = ""; loadResources; isLowMemory; - this.charicon_extensions = []; - this.emote_extensions = []; - this.emotions_extensions = []; - this.background_extensions = []; + this.charicon_extensions = [".png", ".webp"]; + this.emote_extensions = [".gif", ".png", ".apng", ".webp", ".webp.static"]; + this.emotions_extensions = [".png", ".webp"]; + this.background_extensions = [".png", ".gif"];; } /** |
