aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-10-29 14:02:57 -0500
committermat <github@matdoes.dev>2022-10-29 14:02:57 -0500
commit65d8fdcb6c13e8802a79fa2df570a57978b3c430 (patch)
treeab84e188a1989696fd44cc5c39e3d3abc93ce4a3 /azalea-client/src
parentf235c9d064fbb2cc7d51a0c921ee632103dd9567 (diff)
downloadazalea-drasl-65d8fdcb6c13e8802a79fa2df570a57978b3c430.tar.xz
oop fix another unwrap
Diffstat (limited to 'azalea-client/src')
-rwxr-xr-xazalea-client/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/lib.rs b/azalea-client/src/lib.rs
index 84af0298..265fbf8b 100755
--- a/azalea-client/src/lib.rs
+++ b/azalea-client/src/lib.rs
@@ -14,7 +14,7 @@ pub mod ping;
mod player;
pub use account::Account;
-pub use client::{Client, ClientInformation, Event};
+pub use client::{Client, ClientInformation, Event, JoinError};
pub use movement::MoveDirection;
pub use player::Player;