Fix #73 - this string should be unlimited

This commit is contained in:
roblabla 2014-03-16 18:52:17 +01:00
parent 36b57663b6
commit 2d40fec760

View File

@ -26,7 +26,7 @@ var packets = {
"status": { "status": {
"toClient": { "toClient": {
0x00: [ 0x00: [
{ name: "response", type: "string" } { name: "response", type: "ustring" }
], ],
0x01: [ 0x01: [
{ name: "time", type: "long" } { name: "time", type: "long" }