fix windowID type : ubyte not byte

http://wiki.vg/index.php?title=Protocol&diff=6641&oldid=6640
This commit is contained in:
Romain Beaumont 2015-07-28 17:05:17 +02:00
parent 963ca51353
commit 9f486ac587

View File

@ -2605,7 +2605,7 @@
"fields": [ "fields": [
{ {
"name": "windowId", "name": "windowId",
"type": "byte" "type": "ubyte"
} }
] ]
}, },
@ -2614,7 +2614,7 @@
"fields": [ "fields": [
{ {
"name": "windowId", "name": "windowId",
"type": "byte" "type": "ubyte"
}, },
{ {
"name": "slot", "name": "slot",