aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-07-18 22:42:04 +0200
committerstonedDiscord <stoned@derpymail.org>2019-07-18 22:42:04 +0200
commita36f4f0d19b48e8a4a059b3c0a9d65bc602dead0 (patch)
treeef5381da1b0ba4dbfcabed459bc0aaddad529589 /webAO/client.js
parent1a933ee8c494ef7bb0b031f1883c618c38451d9e (diff)
bg was already changed in say()
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js1
1 files changed, 0 insertions, 1 deletions
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`;