aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-07-12 19:33:53 +0200
committersD <stoned@derpymail.org>2020-07-12 19:33:53 +0200
commitb2c17c1e31aaca37340186ad972b5e17de6c0031 (patch)
treefcdb592ef1d220cd2a33e9374a9836dd0faa3f09 /webAO/client.js
parente90c31508bf4243f71c8cdd09e4462cfef32782a (diff)
use paired sprite in exception handler instead of own sprite
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index b0d69bf..f6b4be3 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -1674,7 +1674,7 @@ async changeBackground(position) {
]);
this.pairSilent = pairUrl ? pairUrl : transparentPNG;
} catch (error) {
- this.pairSilent = AO_HOST + "characters/" + encodeURI(this.chatmsg.other_name.toLowerCase()) + "/(a)" + this.chatmsg.sprite + ".gif";
+ this.pairSilent = AO_HOST + "characters/" + encodeURI(this.chatmsg.other_name.toLowerCase()) + "/(a)" + this.chatmsg.other_emote + ".gif";
}
}