From b2c17c1e31aaca37340186ad972b5e17de6c0031 Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 12 Jul 2020 19:33:53 +0200 Subject: use paired sprite in exception handler instead of own sprite --- webAO/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/client.js') 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"; } } -- cgit