mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 05:35:56 -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: [
|
||||
{ name: "entityId", type: "int" },
|
||||
{ name: "vehicleId", type: "int" },
|
||||
{ name: "leash", type: "bool" }
|
||||
{ name: "leash", type: "int" }
|
||||
],
|
||||
0x28: [
|
||||
{ name: "entityId", type: "int" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user