From 89a63bb1371c934753afb981c8d14eca20186135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filiph=20Sandstr=C3=B6m?= Date: Thu, 27 Oct 2016 10:42:08 +0200 Subject: [PATCH] Apparently it's a byte array now. --- data/protocol.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/protocol.json b/data/protocol.json index 33322c2..1fb41b9 100644 --- a/data/protocol.json +++ b/data/protocol.json @@ -783,7 +783,7 @@ "type":[ "buffer", { - "countType":"i32" + "countType":"i8" } ] }