From 9ac75a06cd792074eaf7b3fbf3a1e5c482be60ac Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 12 Jul 2022 15:13:30 +0200 Subject: log preanim length --- webAO/client.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/webAO/client.ts b/webAO/client.ts index 54084b7..2af1ab9 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -2231,6 +2231,7 @@ class Viewport { if (this.chatmsg.type === 1 && this.chatmsg.preanim !== '-') { //we have a preanim chatContainerBox.style.opacity = '0'; gifLength = await getAnimLength(`${AO_HOST}characters/${encodeURI(this.chatmsg.name.toLowerCase())}/${encodeURI(this.chatmsg.preanim)}`); + console.debug("preanim is "+gifLength+" long"); this.chatmsg.startspeaking = false; } else { this.chatmsg.startspeaking = true; -- cgit