aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/lib.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-09-11 22:58:54 -0500
committermat <git@matdoes.dev>2023-09-11 22:59:05 -0500
commitf8cca413613918a59520ac62c188e194fa27b300 (patch)
treecf15ef4426a3896c20ceeec530d66e7aa599ae5d /azalea-client/src/lib.rs
parentbcefa64dd192918cfeb1bba27cb4993bec6a17e3 (diff)
downloadazalea-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.rs2
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,
};