mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 21:52:17 -04:00
packet 0x27: leash from int to ubyte
This commit is contained in:
parent
058d6eb12e
commit
e46fd6f1c7
@ -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…
x
Reference in New Issue
Block a user