mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 22:51:23 -04:00
Merge branch 'master' into feature-packetnames
Conflicts: lib/protocol.js
This commit is contained in:
commit
ffef3f97b5
@ -29,7 +29,7 @@ var packets = {
|
|||||||
status: {
|
status: {
|
||||||
toClient: {
|
toClient: {
|
||||||
server_info: {id: 0x00, fields: [
|
server_info: {id: 0x00, fields: [
|
||||||
{ name: "response", type: "string" }
|
{ name: "response", type: "ustring" }
|
||||||
]},
|
]},
|
||||||
ping: {id: 0x01, fields: [
|
ping: {id: 0x01, fields: [
|
||||||
{ name: "time", type: "long" }
|
{ name: "time", type: "long" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user