aboutsummaryrefslogtreecommitdiff
path: root/azalea-world
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-06-18 16:54:49 -0500
committermat <github@matdoes.dev>2022-06-18 16:54:49 -0500
commitfc3151f89db1cf018bfebebb8f102e20911e64d3 (patch)
treee04047dbcbfd9d9e8c6b7a98658ccdb4802eeabd /azalea-world
parente32b8fabb78a86e073c7bb3270b1bc89a532350a (diff)
downloadazalea-drasl-fc3151f89db1cf018bfebebb8f102e20911e64d3.tar.xz
account.rs and client.rs
Diffstat (limited to 'azalea-world')
-rw-r--r--azalea-world/src/entity.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-world/src/entity.rs b/azalea-world/src/entity.rs
index a25b1f40..49e1ae73 100644
--- a/azalea-world/src/entity.rs
+++ b/azalea-world/src/entity.rs
@@ -4,6 +4,7 @@ use azalea_core::ChunkPos;
use azalea_entity::Entity;
use nohash_hasher::IntMap;
+#[derive(Debug)]
pub struct EntityStorage {
by_id: IntMap<u32, Entity>,
// TODO: this doesn't work yet (should be updated in the set_pos method in azalea-entity)