mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 21:52:17 -04:00
Fix two small bugs in packet scoreboard_team and player_info
This commit is contained in:
parent
02d09e377b
commit
790aaaad1a
@ -1806,6 +1806,7 @@
|
|||||||
"typeArgs": {
|
"typeArgs": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"field": "hasDisplayName",
|
"field": "hasDisplayName",
|
||||||
|
"this": true,
|
||||||
"values": [
|
"values": [
|
||||||
true
|
true
|
||||||
]
|
]
|
||||||
@ -2029,7 +2030,7 @@
|
|||||||
4
|
4
|
||||||
],
|
],
|
||||||
"typeArgs": {
|
"typeArgs": {
|
||||||
"type": "short",
|
"type": "varint",
|
||||||
"countFor": "players"
|
"countFor": "players"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user