diff --git a/src/lib.rs b/src/lib.rs index f2879ef..4fded5e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -97,7 +97,7 @@ pub enum MinecraftAuthorizationError { /// token #[derive(Deserialize, Serialize, Debug, Getters, CopyGetters, Clone)] pub struct MinecraftAuthenticationResponse { - /// Some UUID of the account + /// Some UUID of the account. Not the player's UUID #[getset(get = "pub")] username: String,