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" }