diff options
| author | mat <git@matdoes.dev> | 2023-09-11 22:58:54 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-11 22:59:05 -0500 |
| commit | f8cca413613918a59520ac62c188e194fa27b300 (patch) | |
| tree | cf15ef4426a3896c20ceeec530d66e7aa599ae5d /azalea-client/src/lib.rs | |
| parent | bcefa64dd192918cfeb1bba27cb4993bec6a17e3 (diff) | |
| download | azalea-drasl-f8cca413613918a59520ac62c188e194fa27b300.tar.xz | |
fix falling through blocks on spawn (and triggering anticheats)
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 4cb1eebf..8ea2fc41 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, LocalPlayer, LocalPlayerInLoadedChunk}; +pub use local_player::{GameProfileComponent, LocalPlayer}; pub use movement::{ PhysicsState, SprintDirection, StartSprintEvent, StartWalkEvent, WalkDirection, }; |
