From 80f541a0bbb9477109b8c061085a7bc599cb76e9 Mon Sep 17 00:00:00 2001 From: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> Date: Wed, 6 Jan 2021 18:48:09 +0100 Subject: yeet fantacrypt --- webAO/client.js | 9 --------- 1 file changed, 9 deletions(-) (limited to 'webAO') diff --git a/webAO/client.js b/webAO/client.js index 5c17fc6..8ff0453 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -211,7 +211,6 @@ class Client extends EventEmitter { this.on("RM", this.handleRM.bind(this)); this.on("RD", this.handleRD.bind(this)); this.on("CharsCheck", this.handleCharsCheck.bind(this)); - this.on("decryptor", this.handleDecryptor.bind(this)); this.on("PV", this.handlePV.bind(this)); this.on("CHECK", () => { }); this.on("CH", () => { }); @@ -1391,14 +1390,6 @@ class Client extends EventEmitter { } } - /** - * Decryptor for the command headers - * @param {Array} args packet arguments - */ - handleDecryptor(_args) { - // unused since AO2 - } - /** * Handles the server's assignment of a character for the player to use. * PV # playerID (unused) # CID # character ID -- cgit