diff options
| author | mat <git@matdoes.dev> | 2026-01-14 06:26:29 -1200 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-01-14 06:26:29 -1200 |
| commit | 14b9166afb5d6563774bf7a4336d4e6807e01ebb (patch) | |
| tree | e201cdcd883d09f9fdf3dce335f186d9cc4f6d03 /azalea-protocol/src/packets/game | |
| parent | f4b6943e88d6e704bfe2ef34b2ef24e143c58ae1 (diff) | |
| download | azalea-drasl-14b9166afb5d6563774bf7a4336d4e6807e01ebb.tar.xz | |
update pathfinder last_node_reached timeout to be based on ticks rather than real time
Diffstat (limited to 'azalea-protocol/src/packets/game')
| -rw-r--r-- | azalea-protocol/src/packets/game/c_server_links.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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, |
