diff options
Diffstat (limited to 'azalea-client/src/plugins/respawn.rs')
| -rw-r--r-- | azalea-client/src/plugins/respawn.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/plugins/respawn.rs b/azalea-client/src/plugins/respawn.rs index 7c16b0e2..60d3594d 100644 --- a/azalea-client/src/plugins/respawn.rs +++ b/azalea-client/src/plugins/respawn.rs @@ -5,7 +5,7 @@ use bevy_ecs::prelude::*; use crate::packet::game::SendGamePacketEvent; /// Tell the server that we're respawning. -#[derive(Message, Debug, Clone)] +#[derive(Clone, Debug, Message)] pub struct PerformRespawnEvent { pub entity: Entity, } |
