aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/join.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-client/src/plugins/join.rs')
-rw-r--r--azalea-client/src/plugins/join.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/src/plugins/join.rs b/azalea-client/src/plugins/join.rs
index f1e27165..b1759992 100644
--- a/azalea-client/src/plugins/join.rs
+++ b/azalea-client/src/plugins/join.rs
@@ -47,7 +47,7 @@ impl Plugin for JoinPlugin {
///
/// This won't do anything if a client with the Account UUID is already
/// connected to the server.
-#[derive(Message, Debug)]
+#[derive(Debug, Message)]
pub struct StartJoinServerEvent {
pub account: Account,
pub connect_opts: ConnectOpts,
@@ -61,7 +61,7 @@ pub struct StartJoinServerEvent {
///
/// These are persisted on reconnects. This is inserted as a component on
/// clients to make auto-reconnecting work.
-#[derive(Debug, Clone, Component)]
+#[derive(Clone, Component, Debug)]
pub struct ConnectOpts {
pub address: ResolvedAddr,
/// The SOCKS5 proxy used for connecting to the Minecraft server.