Fix two small bugs in packet scoreboard_team and player_info

This commit is contained in:
radare-travis 2015-05-16 01:08:22 +00:00
parent 02d09e377b
commit 790aaaad1a

View File

@ -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"
} }
} }