From f9551225afecfc245de7a01e6b0afba9766908b5 Mon Sep 17 00:00:00 2001 From: Joey Sacchini Date: Tue, 13 Oct 2020 11:18:47 -0400 Subject: fix stats --- src/v1_15_2.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/v1_15_2.rs b/src/v1_15_2.rs index e8ca172..8590a70 100644 --- a/src/v1_15_2.rs +++ b/src/v1_15_2.rs @@ -1067,8 +1067,7 @@ proto_varint_enum!(StatisticKind, ); __protocol_body_def_helper!(Statistic { - category: StatisticCategory, - statistic: StatisticKind, + kind: StatisticCategory, value: VarInt }); -- cgit