mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 22:51:23 -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": [
|
||||
{
|
||||
"name": "windowId",
|
||||
"type": "byte"
|
||||
"type": "ubyte"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -2614,7 +2614,7 @@
|
||||
"fields": [
|
||||
{
|
||||
"name": "windowId",
|
||||
"type": "byte"
|
||||
"type": "ubyte"
|
||||
},
|
||||
{
|
||||
"name": "slot",
|
||||
|
Loading…
x
Reference in New Issue
Block a user