diff --git a/lib/protocol.js b/lib/protocol.js
index 192bcc5..1bdf32d 100644
--- a/lib/protocol.js
+++ b/lib/protocol.js
@@ -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" },