Merge pull request #201 from rom1504/fix_windowId_type

fix windowID type : ubyte not byte
This commit is contained in:
Robin Lambertz 2015-07-29 02:31:01 +02:00
commit 9c35951d15

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",