diff options
| -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`; |
