From ca3682fd5b735d3d05b3484bd641759d9bc95e2a Mon Sep 17 00:00:00 2001 From: Michael Morrison Date: Sun, 2 Feb 2014 07:31:34 -0600 Subject: [PATCH] unnecessary hex --- games/mumble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/mumble.js b/games/mumble.js index d283e18..787d0db 100644 --- a/games/mumble.js +++ b/games/mumble.js @@ -10,7 +10,7 @@ module.exports = require('./protocols/core').extend({ run: function(state) { var self = this; - this.tcpSend('\x6A\x73\x6F\x6E', function(buffer) { + this.tcpSend('json', function(buffer) { if(buffer.length < 10) return; var str = buffer.toString(); var json;