Skip to content

Commit

Permalink
fix wrong Profile data component impl
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Jan 29, 2025
1 parent ef25e77 commit befcec9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azalea-inventory/src/components.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
}
Expand Down
Loading

0 comments on commit befcec9

Please sign in to comment.