diff options
| author | mat <git@matdoes.dev> | 2024-08-11 09:03:57 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-08-11 09:03:57 +0000 |
| commit | 5ab9c501e93907a8a688266fd027a48bbf1c2eca (patch) | |
| tree | 5a50b0f1422dfe9a8ab80bac8aec349c5580fc4a /azalea-client/src/lib.rs | |
| parent | b445b7c032be90304c624bce612c1ea2d62d8375 (diff) | |
| download | azalea-drasl-5ab9c501e93907a8a688266fd027a48bbf1c2eca.tar.xz | |
fmt
Diffstat (limited to 'azalea-client/src/lib.rs')
| -rw-r--r-- | 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 17921673..93e08717 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, InstanceHolder, TabList, Hunger}; +pub use local_player::{GameProfileComponent, Hunger, InstanceHolder, TabList}; pub use movement::{ PhysicsState, SprintDirection, StartSprintEvent, StartWalkEvent, WalkDirection, }; |
