mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 06:03:33 -04:00
Merge pull request #53 from roblabla/patch-1
Fix packet 0xce, "create" should be a byte.
This commit is contained in:
commit
d236604e24
@ -433,7 +433,7 @@ var packets = {
|
|||||||
0xce: [
|
0xce: [
|
||||||
{ name: "name", type: "string" },
|
{ name: "name", type: "string" },
|
||||||
{ name: "displayText", type: "string" },
|
{ name: "displayText", type: "string" },
|
||||||
{ name: "create", type: "bool" }
|
{ name: "action", type: "byte" }
|
||||||
],
|
],
|
||||||
0xcf: [
|
0xcf: [
|
||||||
{ name: "itemName", type: "string" },
|
{ name: "itemName", type: "string" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user