mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-10-03 07:59:50 -04:00
fix windowID type : ubyte not byte
http://wiki.vg/index.php?title=Protocol&diff=6641&oldid=6640
This commit is contained in:
parent
963ca51353
commit
9f486ac587
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user