From 75c52bdf00938c55e7337ad8050aae4eb77d7b2d Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 19 Jan 2013 17:45:42 -0500 Subject: [PATCH] 0x0e: face is an unsigned byte --- lib/protocol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/protocol.js b/lib/protocol.js index 46725f1..c882a22 100644 --- a/lib/protocol.js +++ b/lib/protocol.js @@ -95,7 +95,7 @@ var packets = { { name: "x", type: "int" }, { name: "y", type: "byte" }, { name: "z", type: "int" }, - { name: "face", type: "byte" } + { name: "face", type: "ubyte" } ], 0x0f: [ { name: "x", type: "int" },