mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 06:03:33 -04:00
packet 0x27: leash from bool to int
This commit is contained in:
parent
1df9f9071f
commit
dcbaf3836e
@ -236,7 +236,7 @@ var packets = {
|
|||||||
0x27: [
|
0x27: [
|
||||||
{ name: "entityId", type: "int" },
|
{ name: "entityId", type: "int" },
|
||||||
{ name: "vehicleId", type: "int" },
|
{ name: "vehicleId", type: "int" },
|
||||||
{ name: "leash", type: "bool" }
|
{ name: "leash", type: "int" }
|
||||||
],
|
],
|
||||||
0x28: [
|
0x28: [
|
||||||
{ name: "entityId", type: "int" },
|
{ name: "entityId", type: "int" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user