diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-18 22:42:04 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-18 22:42:04 +0200 |
| commit | a36f4f0d19b48e8a4a059b3c0a9d65bc602dead0 (patch) | |
| tree | ef5381da1b0ba4dbfcabed459bc0aaddad529589 /webAO | |
| parent | 1a933ee8c494ef7bb0b031f1883c618c38451d9e (diff) | |
bg was already changed in say()
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.js | 1 |
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`; |
