diff options
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"];; } /** |
