aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
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";
}
}