mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 13:11:41 -04:00
Fix crash when furnace is full
This commit is contained in:
parent
61a9bb2b47
commit
d98eab6a84
1 changed files with 1 additions and 1 deletions
|
@ -1403,7 +1403,7 @@ minetest.register_abm({
|
|||
srcstack:take_item()
|
||||
inv:set_stack("src", 1, srcstack)
|
||||
else
|
||||
print("Could not insert '"..cooked.item.."'")
|
||||
print("Could not insert '"..cooked.item:to_string().."'")
|
||||
end
|
||||
meta:set_string("src_time", 0)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue