aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/player.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-06-17 18:09:34 -0500
committermat <github@matdoes.dev>2022-06-17 18:09:34 -0500
commit0a945e73ec43b3b0389e004e138c83f41cddc532 (patch)
treeef28483d3b147946b546d8e897ef91acbec2d51b /azalea-client/src/player.rs
parentd27d283686d2920d7a7c08087e2d5a39c63fae1c (diff)
downloadazalea-drasl-0a945e73ec43b3b0389e004e138c83f41cddc532.tar.xz
EntityPos
Diffstat (limited to 'azalea-client/src/player.rs')
-rw-r--r--azalea-client/src/player.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/player.rs b/azalea-client/src/player.rs
index fc54ff93..04d34f6d 100644
--- a/azalea-client/src/player.rs
+++ b/azalea-client/src/player.rs
@@ -1,6 +1,6 @@
use crate::Entity;
-#[derive(Default)]
+#[derive(Default, Debug)]
pub struct Player {
/// The entity attached to the player. There's some useful fields here.
pub entity: Entity,