From 9f486ac58706c2ecab367b86649d886fab1fa032 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Tue, 28 Jul 2015 17:05:17 +0200 Subject: [PATCH] fix windowID type : ubyte not byte http://wiki.vg/index.php?title=Protocol&diff=6641&oldid=6640 --- protocol/protocol.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/protocol.json b/protocol/protocol.json index add3f1c..c626b61 100644 --- a/protocol/protocol.json +++ b/protocol/protocol.json @@ -2605,7 +2605,7 @@ "fields": [ { "name": "windowId", - "type": "byte" + "type": "ubyte" } ] }, @@ -2614,7 +2614,7 @@ "fields": [ { "name": "windowId", - "type": "byte" + "type": "ubyte" }, { "name": "slot",