From 2d40fec760fc54a4b81f0d5d8490a7bf14a71974 Mon Sep 17 00:00:00 2001 From: roblabla Date: Sun, 16 Mar 2014 18:52:17 +0100 Subject: [PATCH] Fix #73 - this string should be unlimited --- lib/protocol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/protocol.js b/lib/protocol.js index 4dd0d14..177c3d7 100755 --- a/lib/protocol.js +++ b/lib/protocol.js @@ -26,7 +26,7 @@ var packets = { "status": { "toClient": { 0x00: [ - { name: "response", type: "string" } + { name: "response", type: "ustring" } ], 0x01: [ { name: "time", type: "long" }