From 428d0ee0e643676e47683c7d314cefebd03bf3f1 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 18 Dec 2021 10:11:53 -0600 Subject: mmm registries --- azalea-protocol/src/packets/game/mod.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'azalea-protocol/src/packets/game/mod.rs') diff --git a/azalea-protocol/src/packets/game/mod.rs b/azalea-protocol/src/packets/game/mod.rs index 73f66c33..932435d9 100644 --- a/azalea-protocol/src/packets/game/mod.rs +++ b/azalea-protocol/src/packets/game/mod.rs @@ -8,7 +8,10 @@ use tokio::io::BufReader; #[derive(Clone, Debug)] pub enum GamePacket where - Self: Sized, {} + Self: Sized, +{ + ClientboundLoginPacket(clientbound_login_packet::ClientboundLoginPacket), +} #[async_trait] impl ProtocolPacket for GamePacket { -- cgit v1.2.3