From a36f4f0d19b48e8a4a059b3c0a9d65bc602dead0 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 18 Jul 2019 22:42:04 +0200 Subject: bg was already changed in say() --- webAO/client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webAO/client.js b/webAO/client.js index 08f994f..f699622 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1151,7 +1151,6 @@ class Viewport { // Pre-animation stuff if (this.chatmsg.preanimdelay > 0) { shoutSprite.src = "misc/placeholder.gif"; - changeBackground(this.chatmsg.side); const charName = escape(this.chatmsg.name.toLowerCase()); const preanim = this.chatmsg.preanim.toLowerCase(); charSprite.src = `${AO_HOST}characters/${charName}/${preanim}.gif`; -- cgit