mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 22:51:23 -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": {
|
"status": {
|
||||||
"toClient": {
|
"toClient": {
|
||||||
0x00: [
|
0x00: [
|
||||||
{ name: "response", type: "string" }
|
{ name: "response", type: "ustring" }
|
||||||
],
|
],
|
||||||
0x01: [
|
0x01: [
|
||||||
{ name: "time", type: "long" }
|
{ name: "time", type: "long" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user