From 790aaaad1ae663f3b16a22bfc2ea29c60eccc854 Mon Sep 17 00:00:00 2001 From: radare-travis Date: Sat, 16 May 2015 01:08:22 +0000 Subject: [PATCH] Fix two small bugs in packet scoreboard_team and player_info --- protocol/protocol.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protocol/protocol.json b/protocol/protocol.json index a02380f..d9ddc79 100644 --- a/protocol/protocol.json +++ b/protocol/protocol.json @@ -1806,6 +1806,7 @@ "typeArgs": { "type": "string", "field": "hasDisplayName", + "this": true, "values": [ true ] @@ -2029,7 +2030,7 @@ 4 ], "typeArgs": { - "type": "short", + "type": "varint", "countFor": "players" } }