Skip to content
Snippets Groups Projects
Commit d98eab6a authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Fix crash when furnace is full

parent 61a9bb2b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment