mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-27 13:14:41 -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: [
|
||||
{ name: "name", type: "string" },
|
||||
{ name: "displayText", type: "string" },
|
||||
{ name: "create", type: "bool" }
|
||||
{ name: "action", type: "byte" }
|
||||
],
|
||||
0xcf: [
|
||||
{ name: "itemName", type: "string" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user