mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 05:35:56 -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": [
|
||||
{
|
||||
"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