From d333a6c3b163d74c62009a36e74f0061416f1862 Mon Sep 17 00:00:00 2001 From: sD Date: Mon, 1 Jun 2020 18:20:01 +0200 Subject: redundant bg change --- webAO/client.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'webAO') diff --git a/webAO/client.js b/webAO/client.js index 1b7684d..9207a1a 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1767,7 +1767,7 @@ async changeBackground(position) { * * 3 preanimdelay over * this animates the evidence popup and finally shows the character name and message box - * it sets the text color , changes the background (again TODO) and sets the character speaking sprite + * it sets the text color and the character speaking sprite * * 4 textnow != content * this adds a character to the textbox and stops the animations if the entire message is present in the textbox @@ -1861,7 +1861,6 @@ async changeBackground(position) { if (this.chatmsg.preanimdelay === 0) { shoutSprite.style.opacity = 0; shoutSprite.style.animation = ""; - this.changeBackground(this.chatmsg.side); } if (extrafeatures.includes("cccc_ic_support")) { -- cgit