From befcec9b3a39fce64b23f31ecb0d56901bc0e1f4 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 29 Jan 2025 02:09:54 +0000 Subject: fix wrong Profile data component impl --- azalea-inventory/src/components.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-inventory/src') diff --git a/azalea-inventory/src/components.rs b/azalea-inventory/src/components.rs index 2675bee4..262cf215 100644 --- a/azalea-inventory/src/components.rs +++ b/azalea-inventory/src/components.rs @@ -662,7 +662,7 @@ pub struct GameProfileProperty { #[derive(Clone, PartialEq, AzBuf)] pub struct Profile { - pub name: String, + pub name: Option, pub id: Option, pub properties: Vec, } -- cgit v1.2.3