diff options
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.js | 9 |
1 files changed, 0 insertions, 9 deletions
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", () => { }); @@ -1392,14 +1391,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 * @param {Array} args packet arguments |
