aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2023-02-13 18:22:42 -0600
committermat <github@matdoes.dev>2023-02-13 18:22:42 -0600
commitedc37cfd4b16abc413733d91810efa774a91963f (patch)
treeca20482714b7fe0731f8fe2187b54a19d836e7d6 /azalea/examples
parent37b0cbf0589913b4aab551ae011774e1c9680af7 (diff)
downloadazalea-drasl-edc37cfd4b16abc413733d91810efa774a91963f.tar.xz
fix bad compression on sending long packets
THANKS JAM \SHARP
Diffstat (limited to 'azalea/examples')
-rwxr-xr-xazalea/examples/echo.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea/examples/echo.rs b/azalea/examples/echo.rs
index 292e12cd..46853bf4 100755
--- a/azalea/examples/echo.rs
+++ b/azalea/examples/echo.rs
@@ -4,6 +4,8 @@ use azalea::prelude::*;
#[tokio::main]
async fn main() {
+ env_logger::init();
+
let account = Account::offline("bot");
// or let account = Account::microsoft("email").await;