From 9c69d7d5f2f704b1de37e1a102bf4390cdd879a5 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 26 Apr 2022 19:38:07 -0500 Subject: finish update recipes packet implementation --- azalea-auth/src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'azalea-auth/src') diff --git a/azalea-auth/src/lib.rs b/azalea-auth/src/lib.rs index afe9eb33..ba35055f 100755 --- a/azalea-auth/src/lib.rs +++ b/azalea-auth/src/lib.rs @@ -1,6 +1,4 @@ //! Handle Minecraft authentication. -pub mod game_profile; pub mod encryption; - - +pub mod game_profile; -- cgit v1.2.3