From 1ca1f1d9e27aeea3adaf359570f2e211e0a9af74 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Thu, 1 Jan 2026 22:28:53 -0600 Subject: Extensible Account (#301) * refactor Account * clean up implementation and docs * add AccountTrait::join * update changelog * update example --- azalea/src/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/src/builder.rs') 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; -- cgit v1.2.3