aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/v1_17_1.rs4
1 files changed, 2 insertions, 2 deletions
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<String, VarInt>,
- title: Option<String>,
+ title: Option<String>
},
PlayQueryEntityNbt, 0x0C, Play, ServerBound => PlayQueryEntityNbtSpec {
transaction_id: VarInt,