aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/read.rs
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2024-12-03 14:42:23 -0600
committerGitHub <noreply@github.com>2024-12-03 14:42:23 -0600
commitb71a7af53ae2dba2b43c8efc855a4a3b853ebff2 (patch)
tree031910714b6b9fb8cc0aaafe376f8629acedf671 /azalea-protocol/src/read.rs
parentea5a1c1ec128cc1a33593c9d91ef758c3fb73e16 (diff)
downloadazalea-drasl-b71a7af53ae2dba2b43c8efc855a4a3b853ebff2.tar.xz
1.21.4 (#189)
* start updating to 1.21.4 * fix block codegen and stop using block data from burger * 1.21.4-rc1 * 1.21.4
Diffstat (limited to 'azalea-protocol/src/read.rs')
-rwxr-xr-xazalea-protocol/src/read.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/read.rs b/azalea-protocol/src/read.rs
index d75e3bad..3e333e52 100755
--- a/azalea-protocol/src/read.rs
+++ b/azalea-protocol/src/read.rs
@@ -351,7 +351,7 @@ where
}
if log::log_enabled!(log::Level::Trace) {
- const DO_NOT_CUT_OFF_PACKET_LOGS: bool = true;
+ const DO_NOT_CUT_OFF_PACKET_LOGS: bool = false;
let buf_string: String = {
if !DO_NOT_CUT_OFF_PACKET_LOGS && buf.len() > 500 {