diff options
| author | mat <git@matdoes.dev> | 2025-04-19 21:09:38 +0300 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-04-19 21:09:38 +0300 |
| commit | fefc5db09a3e2d4453d63edad0f71e93bbb98029 (patch) | |
| tree | 847eb1ed32d418a12af3d6f985f7351d4664ea13 /azalea/examples/testbot | |
| parent | b7bc08e3528ae0a5defe3612ef4ed6eef5216db6 (diff) | |
| download | azalea-drasl-fefc5db09a3e2d4453d63edad0f71e93bbb98029.tar.xz | |
make azalea::pathfinder::debug public
Diffstat (limited to 'azalea/examples/testbot')
| -rw-r--r-- | azalea/examples/testbot/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/examples/testbot/main.rs b/azalea/examples/testbot/main.rs index 683a98d7..c25904cf 100644 --- a/azalea/examples/testbot/main.rs +++ b/azalea/examples/testbot/main.rs @@ -32,7 +32,7 @@ use std::{sync::Arc, thread}; use azalea::ClientInformation; use azalea::brigadier::command_dispatcher::CommandDispatcher; use azalea::ecs::prelude::*; -use azalea::pathfinder::PathfinderDebugParticles; +use azalea::pathfinder::debug::PathfinderDebugParticles; use azalea::prelude::*; use azalea::swarm::prelude::*; use commands::{CommandSource, register_commands}; |
