diff options
| author | Ubuntu <github@matdoes.dev> | 2023-02-07 20:30:47 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2023-02-07 20:30:53 +0000 |
| commit | aa886c101b398f52372df6054c00f9387428cac6 (patch) | |
| tree | d95dee23fe28637fc0ca1a5eb49943adc84afe2f /azalea-client/src/client.rs | |
| parent | d51b2a29b2911e4be480727e56553fa27cfbfce0 (diff) | |
| download | azalea-drasl-aa886c101b398f52372df6054c00f9387428cac6.tar.xz | |
move az_world::entity_info to az_world::entities::info
Diffstat (limited to 'azalea-client/src/client.rs')
| -rw-r--r-- | azalea-client/src/client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index ddeeeef3..87079af4 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -42,7 +42,7 @@ use azalea_protocol::{ }, resolver, ServerAddress, }; -use azalea_world::{entity::WorldName, EntityPlugin, Local, PartialWorld, World, WorldContainer}; +use azalea_world::{entity::{WorldName, EntityPlugin, Local}, PartialWorld, World, WorldContainer}; use log::{debug, error}; use parking_lot::{Mutex, RwLock}; use std::{collections::HashMap, fmt::Debug, io, net::SocketAddr, sync::Arc}; |
