mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -04:00
Fix #73 - this string should be unlimited
This commit is contained in:
parent
36b57663b6
commit
2d40fec760
@ -26,7 +26,7 @@ var packets = {
|
||||
"status": {
|
||||
"toClient": {
|
||||
0x00: [
|
||||
{ name: "response", type: "string" }
|
||||
{ name: "response", type: "ustring" }
|
||||
],
|
||||
0x01: [
|
||||
{ name: "time", type: "long" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user