aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2021-01-06 18:48:09 +0100
committerstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2021-01-06 18:48:09 +0100
commit80f541a0bbb9477109b8c061085a7bc599cb76e9 (patch)
tree5fe998ae67f47d3cfe3fec752110191b5974145b /webAO
parent9b791c929408db9e2934731048b5d51e91ecc41c (diff)
yeet fantacrypt
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.js9
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