From edc37cfd4b16abc413733d91810efa774a91963f Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 13 Feb 2023 18:22:42 -0600 Subject: fix bad compression on sending long packets THANKS JAM \SHARP --- azalea/examples/echo.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea/examples') 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; -- cgit v1.2.3