diff options
| -rw-r--r-- | azalea/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index ce3494e2..9a8dc560 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -22,7 +22,7 @@ pub use azalea_entity as entity; pub use azalea_protocol as protocol; pub use azalea_registry::{Block, EntityKind, Item}; pub use azalea_world as world; -pub use bot::DefaultBotPlugins; +pub use bot::*; use ecs::component::Component; use futures::{future::BoxFuture, Future}; use protocol::{ |
