diff options
Diffstat (limited to 'azalea-inventory/src')
| -rw-r--r-- | azalea-inventory/src/components.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<String>, pub id: Option<Uuid>, pub properties: Vec<GameProfileProperty>, } |
