From 43799946dad45b9bdd146475cb205a1ce08b5dfc Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 18 Oct 2022 17:01:28 +0000 Subject: make Account clonable --- azalea-client/src/account.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-client/src') diff --git a/azalea-client/src/account.rs b/azalea-client/src/account.rs index 94e84ab8..fc34d6c4 100644 --- a/azalea-client/src/account.rs +++ b/azalea-client/src/account.rs @@ -6,6 +6,7 @@ use tokio::sync::mpsc::UnboundedReceiver; use uuid::Uuid; /// Something that can join Minecraft servers. +#[derive(Clone, Debug)] pub struct Account { pub username: String, /// The access token for authentication. You can obtain one of these -- cgit v1.2.3