aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2019-12-20 02:21:25 +0100
committersD <stoned@derpymail.org>2019-12-20 02:21:25 +0100
commitaec46b8523625a1bdc5877a0a03535e45f81949e (patch)
treeec1d0afd531c47fb0ada051c20644f577422090c /webAO/client.js
parent7bf5887892dc340ec40b9cba36adc5981b4b6fdd (diff)
had a typo in decryptor
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
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", () => { });