mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 14:13:45 -04:00
Merge pull request #201 from rom1504/fix_windowId_type
fix windowID type : ubyte not byte
This commit is contained in:
commit
9c35951d15
@ -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