diff options
| author | sD <stoned@derpymail.org> | 2019-12-20 02:21:25 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-20 02:21:25 +0100 |
| commit | aec46b8523625a1bdc5877a0a03535e45f81949e (patch) | |
| tree | ec1d0afd531c47fb0ada051c20644f577422090c /webAO/client.js | |
| parent | 7bf5887892dc340ec40b9cba36adc5981b4b6fdd (diff) | |
had a typo in decryptor
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 2 |
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", () => { }); |
