From 91a4d67adaf0293146c610f08b47cc3a82923959 Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 3 May 2020 16:46:23 +0200 Subject: fix weird blinkyness on the chatbox --- webAO/client.js | 1 - 1 file changed, 1 deletion(-) (limited to 'webAO') diff --git a/webAO/client.js b/webAO/client.js index 49955c0..0925b9f 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1898,7 +1898,6 @@ async changeBackground(position) { chatBoxInner.innerText = this.textnow; if (this.textnow === this.chatmsg.content) { - this.textTimer = 0; this._animating = false; charSprite.src = this.silentSprite; charSprite.style.opacity = 1; -- cgit