aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client.ts')
-rw-r--r--webAO/client.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/webAO/client.ts b/webAO/client.ts
index 0699f6b..28ca48f 100644
--- a/webAO/client.ts
+++ b/webAO/client.ts
@@ -216,10 +216,10 @@ class Client extends EventEmitter {
loadResources;
isLowMemory;
this.playerlist = new Map();
- this.charicon_extensions = [".png", ".webp"];
- this.emote_extensions = [".gif", ".png", ".apng", ".webp", ".webp.static"];
- this.emotions_extensions = [".png", ".webp"];
- this.background_extensions = [".png", ".gif"];;
+ this.charicon_extensions = [".webp", ".png"];
+ this.emote_extensions = [".webp", ".png", ".apng", ".gif"];
+ this.emotions_extensions = [".webp", ".png"];
+ this.background_extensions = [".webp", ".png", ".apng", ".gif"];;
}
/**