diff options
| author | stonedDiscord <Tukz@gmx.de> | 2021-05-24 09:23:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-24 09:23:00 +0200 |
| commit | 2dfa1427de700e62210869b75ff24dd59546cbc8 (patch) | |
| tree | a8faeb99dd4358fb5b6bbbfdfb61daef6abc6808 | |
| parent | db5ce965c1666728a1747863919d5c9619d978f4 (diff) | |
| parent | 8c3deb3b2679b8507ee8bf934ef74edbd96cf697 (diff) | |
Merge pull request #80 from AttorneyOnline/remove-fc-packet
Remove FC packet
| -rw-r--r-- | webAO/client.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/webAO/client.js b/webAO/client.js index 3ba0760..74bac39 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -407,16 +407,6 @@ class Client extends EventEmitter { } /** - * Requests to leave the room and free the character slot. - * - * Note: This packet is undocumented. It is not implemented by - * either the AO2 client or tsuserver. - */ - sendLeaveRoom() { - this.sendServer("FC#%"); - } - - /** * Begins the handshake process by sending an identifier * to the server. */ @@ -2600,7 +2590,6 @@ window.switchChatOffset = switchChatOffset; * @param {MouseEvent} event */ export function changeCharacter(_event) { - client.sendLeaveRoom(); document.getElementById("client_charselect").style.display = "block"; document.getElementById("client_emo").innerHTML = ""; } |
