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 f818ce9..027c334 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -313,7 +313,7 @@ class Client extends EventEmitter {
let extra_28 = ``;
if (extrafeatures.includes("cccc_ic_support")) {
- const self_offset = extrafeatures.includes("y_offset") ? self_hoffset+'&'+self_yoffset : self_hoffset;
+ const self_offset = extrafeatures.includes("y_offset") ? self_hoffset+'<and>'+self_yoffset : self_hoffset; // HACK: this should be an & but client fucked it up and all the servers adopted it
if (mode === "replay") {
other_emote = `##`;
other_offset = `#0#0`;