From dcbaf3836e8623c1c7ac9906c5979cfefe813558 Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Sun, 7 Jul 2013 09:13:53 +0200 Subject: [PATCH] packet 0x27: leash from bool to int --- lib/protocol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/protocol.js b/lib/protocol.js index 2cab3d3..8418314 100644 --- a/lib/protocol.js +++ b/lib/protocol.js @@ -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" },