diff options
| author | stonedDiscord <Tukz@gmx.de> | 2021-10-09 13:28:52 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2021-10-09 13:28:52 +0200 |
| commit | 6a85cb575dd37a6ea01233ed148effcf0f6590d4 (patch) | |
| tree | f96aeca04d915104c5278d4cd3d491fada4d0bed | |
| parent | 4fad7760dbd091f58f1c70ef12bb9064273c7d08 (diff) | |
use the fucked up and instead of & for offsets
FUCK YOU WHOEVER DID THIS
| -rw-r--r-- | webAO/client.js | 2 |
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`; |
