aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth/src
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-26 19:38:07 -0500
committermat <github@matdoes.dev>2022-04-26 19:38:07 -0500
commit9c69d7d5f2f704b1de37e1a102bf4390cdd879a5 (patch)
tree5bef94cbfc34fca7045f220f226c581757f3953c /azalea-auth/src
parentdd24110019c0ded21e064b2273acc326173c84f5 (diff)
downloadazalea-drasl-9c69d7d5f2f704b1de37e1a102bf4390cdd879a5.tar.xz
finish update recipes packet implementation
Diffstat (limited to 'azalea-auth/src')
-rwxr-xr-xazalea-auth/src/lib.rs4
1 files changed, 1 insertions, 3 deletions
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;