mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
make task_pool mod public
This commit is contained in:
parent
a5672815cc
commit
cc345d2c0a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ mod movement;
|
|||
pub mod packet_handling;
|
||||
pub mod ping;
|
||||
mod player;
|
||||
mod task_pool;
|
||||
pub mod task_pool;
|
||||
|
||||
pub use account::Account;
|
||||
pub use azalea_ecs as ecs;
|
||||
|
|
Loading…
Add table
Reference in a new issue