From 3621acab758c8bd00ee08feee307a02512f234c8 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 14 Sep 2023 17:00:24 -0500 Subject: AcceptResourcePacksPlugin --- azalea-client/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src/lib.rs') diff --git a/azalea-client/src/lib.rs b/azalea-client/src/lib.rs index 8ea2fc41..942f683c 100644 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -36,7 +36,7 @@ pub use client::{ TickBroadcast, }; pub use events::Event; -pub use local_player::{GameProfileComponent, LocalPlayer}; +pub use local_player::{GameProfileComponent, LocalPlayer, SendPacketEvent}; pub use movement::{ PhysicsState, SprintDirection, StartSprintEvent, StartWalkEvent, WalkDirection, }; -- cgit v1.2.3