mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Clean up craft replacements docs
This commit is contained in:
parent
103d9c5c53
commit
27ce6d0ecc
3 changed files with 17 additions and 7 deletions
|
@ -861,7 +861,7 @@ void ICraftAction::apply(InventoryManager *mgr,
|
|||
}
|
||||
|
||||
// Put the replacements in the inventory or drop them on the floor, if
|
||||
// the invenotry is full
|
||||
// the inventory is full
|
||||
for (auto &output_replacement : output_replacements) {
|
||||
if (list_main)
|
||||
output_replacement = list_main->addItem(output_replacement);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue