aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/builder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src/builder.rs')
-rw-r--r--azalea/src/builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/builder.rs b/azalea/src/builder.rs
index 8151b3a1..db51de63 100644
--- a/azalea/src/builder.rs
+++ b/azalea/src/builder.rs
@@ -1,6 +1,6 @@
use std::time::Duration;
-use azalea_client::{Account, DefaultPlugins};
+use azalea_client::{DefaultPlugins, account::Account};
use azalea_protocol::address::ResolvableAddr;
use bevy_app::{AppExit, Plugins};
use bevy_ecs::component::Component;