diff --git a/lib/protocol.js b/lib/protocol.js index 6e75813..cd49a2d 100644 --- a/lib/protocol.js +++ b/lib/protocol.js @@ -29,7 +29,7 @@ var packets = { status: { toClient: { server_info: {id: 0x00, fields: [ - { name: "response", type: "string" } + { name: "response", type: "ustring" } ]}, ping: {id: 0x01, fields: [ { name: "time", type: "long" }