mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-04-30 08:23:31 -04:00
packet 0x27: leash from int to ubyte
This commit is contained in:
parent
058d6eb12e
commit
e46fd6f1c7
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ var packets = {
|
|||
0x27: [
|
||||
{ name: "entityId", type: "int" },
|
||||
{ name: "vehicleId", type: "int" },
|
||||
{ name: "leash", type: "int" }
|
||||
{ name: "leash", type: "ubyte" }
|
||||
],
|
||||
0x28: [
|
||||
{ name: "entityId", type: "int" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue