diff options
| author | mat <git@matdoes.dev> | 2024-02-18 02:25:20 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-02-18 02:25:27 -0600 |
| commit | 69f7eebcb300bbefdc8b10c191a09db250bde630 (patch) | |
| tree | 9701ba4bbc8c93429d1ac61dfe3ff40ff36fa9b7 /azalea-client/src/lib.rs | |
| parent | e08f2d842b7e4aad4e63a83bb9b30e53330d6139 (diff) | |
| download | azalea-drasl-69f7eebcb300bbefdc8b10c191a09db250bde630.tar.xz | |
fix for hypixel (wasn't sending ClientInformation on configuration)
Diffstat (limited to 'azalea-client/src/lib.rs')
| -rw-r--r-- | azalea-client/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-client/src/lib.rs b/azalea-client/src/lib.rs index 1eaf4605..41399ce9 100644 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -13,6 +13,7 @@ pub mod attack; pub mod chat; pub mod chunks; mod client; +pub mod configuration; pub mod disconnect; mod entity_query; mod events; |
