From 14b9166afb5d6563774bf7a4336d4e6807e01ebb Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 14 Jan 2026 06:26:29 -1200 Subject: update pathfinder last_node_reached timeout to be based on ticks rather than real time --- azalea-protocol/src/packets/game/c_server_links.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'azalea-protocol/src/packets/game') diff --git a/azalea-protocol/src/packets/game/c_server_links.rs b/azalea-protocol/src/packets/game/c_server_links.rs index 433254d6..42d2ad71 100644 --- a/azalea-protocol/src/packets/game/c_server_links.rs +++ b/azalea-protocol/src/packets/game/c_server_links.rs @@ -18,7 +18,6 @@ mod tests { #[test] fn test_read_server_links() { - tracing_subscriber::fmt::try_init().ok(); let contents = [ 1, 0, 10, 8, 0, 5, 99, 111, 108, 111, 114, 0, 7, 35, 48, 48, 70, 66, 57, 65, 8, 0, 4, 116, 101, 120, 116, 0, 15, 65, 98, 111, 117, 116, 32, 86, 101, 108, 111, 99, 105, 116, -- cgit v1.2.3