diff options
| -rw-r--r-- | webAO/client.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webAO/client.js b/webAO/client.js index 009599e..e6fa3c4 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -163,6 +163,8 @@ class Client extends EventEmitter { this.on("SM", this.handleSM.bind(this)); this.on("MM", this.handleMM.bind(this)); this.on("BD", this.handleBD.bind(this)); + this.on("KB", this.handleKB.bind(this)); + this.on("KK", this.handleKK.bind(this)); this.on("DONE", this.handleDONE.bind(this)); this.on("BN", this.handleBN.bind(this)); this.on("HP", this.handleHP.bind(this)); |
