mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
fix compilation related to carried_item
This commit is contained in:
parent
097ebb3705
commit
635bed9fcb
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ pub fn handle_container_click_event(
|
||||||
button_num: event.operation.button_num(),
|
button_num: event.operation.button_num(),
|
||||||
click_type: event.operation.click_type(),
|
click_type: event.operation.click_type(),
|
||||||
changed_slots,
|
changed_slots,
|
||||||
carried_item: inventory.carried.clone(),
|
carried_item: (&inventory.carried).into(),
|
||||||
},
|
},
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue