mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-06 19:30:26 -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
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ var packets = {
|
|||
0xce: [
|
||||
{ name: "name", type: "string" },
|
||||
{ name: "displayText", type: "string" },
|
||||
{ name: "create", type: "bool" }
|
||||
{ name: "action", type: "byte" }
|
||||
],
|
||||
0xcf: [
|
||||
{ name: "itemName", type: "string" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue