From aec46b8523625a1bdc5877a0a03535e45f81949e Mon Sep 17 00:00:00 2001 From: sD Date: Fri, 20 Dec 2019 02:21:25 +0100 Subject: had a typo in decryptor --- webAO/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webAO/client.js b/webAO/client.js index d1c2ad2..42944da 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -145,7 +145,7 @@ class Client extends EventEmitter { this.on("SI", this.handleSI.bind(this)); this.on("ARUP", this.handleARUP.bind(this)); this.on("CharsCheck", this.handleCharsCheck.bind(this)); - this.on("decryptor", this.handleDecyrptor.bind(this)); + this.on("decryptor", this.handleDecryptor.bind(this)); this.on("PV", this.handlePV.bind(this)); this.on("CHECK", () => { }); -- cgit