From e11a902fba8c8c63be982afbc6085a49c6a19f12 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 25 Dec 2024 12:09:27 +0000 Subject: patch pathfinder obstructions instead of just truncating the path --- azalea-protocol/src/read.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'azalea-protocol/src') diff --git a/azalea-protocol/src/read.rs b/azalea-protocol/src/read.rs index c324740f..54d29e61 100755 --- a/azalea-protocol/src/read.rs +++ b/azalea-protocol/src/read.rs @@ -105,7 +105,6 @@ fn parse_frame(buffer: &mut Cursor>) -> Result, FrameSplitterE // the length of the varint that says the length of the whole packet let varint_length = buffer.remaining() - buffer_copy.remaining(); - drop(buffer_copy); buffer.advance(varint_length); let data = -- cgit v1.2.3