diff options
| author | mat <git@matdoes.dev> | 2023-12-03 02:41:09 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-03 02:41:09 -0600 |
| commit | 1f46ef8c115db0c53e21dfb6a3e633825c6747c3 (patch) | |
| tree | 74e5fa5e76ac95bb68e6d07b999187e5a4e617c0 /azalea-client/src/lib.rs | |
| parent | 0713223e1204438f839566ce8cf954f0c9ff7f91 (diff) | |
| download | azalea-drasl-1f46ef8c115db0c53e21dfb6a3e633825c6747c3.tar.xz | |
make it so plugins can send and receive packets during the login state
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 9d016bde..cbbee2dc 100644 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -36,7 +36,7 @@ pub use client::{ start_ecs_runner, Client, DefaultPlugins, JoinError, JoinedClientBundle, TickBroadcast, }; pub use events::Event; -pub use local_player::{GameProfileComponent, InstanceHolder, SendPacketEvent, TabList}; +pub use local_player::{GameProfileComponent, InstanceHolder, TabList}; pub use movement::{ PhysicsState, SprintDirection, StartSprintEvent, StartWalkEvent, WalkDirection, }; |
