diff options
| author | mat <github@matdoes.dev> | 2022-10-29 14:02:57 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-10-29 14:02:57 -0500 |
| commit | 65d8fdcb6c13e8802a79fa2df570a57978b3c430 (patch) | |
| tree | ab84e188a1989696fd44cc5c39e3d3abc93ce4a3 /azalea-client/src/lib.rs | |
| parent | f235c9d064fbb2cc7d51a0c921ee632103dd9567 (diff) | |
| download | azalea-drasl-65d8fdcb6c13e8802a79fa2df570a57978b3c430.tar.xz | |
oop fix another unwrap
Diffstat (limited to 'azalea-client/src/lib.rs')
| -rwxr-xr-x | azalea-client/src/lib.rs | 2 |
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; |
