From 563d176b597215d9dd5f939a6a15b697d9888935 Mon Sep 17 00:00:00 2001 From: regenerativep Date: Sun, 24 Oct 2021 15:10:50 -0400 Subject: fix comma placement --- src/v1_17_1.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/v1_17_1.rs b/src/v1_17_1.rs index f470ea5..bbfe4fa 100644 --- a/src/v1_17_1.rs +++ b/src/v1_17_1.rs @@ -625,9 +625,9 @@ define_protocol!(756, Packet756, RawPacket756, RawPacket756Body, Packet756Kind = data: RemainingBytes }, PlayEditBook, 0x0B, Play, ServerBound => PlayEditBookSpec { - hand: Hand + hand: Hand, pages: CountedArray, - title: Option, + title: Option }, PlayQueryEntityNbt, 0x0C, Play, ServerBound => PlayQueryEntityNbtSpec { transaction_id: VarInt, -- cgit