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/chat.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/chat.rs')
| -rwxr-xr-x | azalea-client/src/chat.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/chat.rs b/azalea-client/src/chat.rs index dbc2843c..f805c20f 100755 --- a/azalea-client/src/chat.rs +++ b/azalea-client/src/chat.rs @@ -22,7 +22,7 @@ use uuid::Uuid; use crate::{ client::Client, - local_player::{handle_send_packet_event, SendPacketEvent}, + packet_handling::game::{handle_send_packet_event, SendPacketEvent}, }; /// A chat packet, either a system message or a chat message. |
