aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.ts1
1 files changed, 1 insertions, 0 deletions
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;